Color Hex Logo

#bbafd1 Color Hex

#BBAFD1
(187,175,209)
0 Favorites   0 Comments

Color spaces of #bbafd1

RGB 187175209
HSL0.730.270.75
HSV261°16°82°
CMYK 0.110.160.00   0.18
XYZ47.332145.828266.6727
Yxy45.82820.29610.2867
Hunter Lab67.69656.3348-11.0057
CIE-Lab73.433910.8258-15.6381

#bbafd1 color RGB value is (187,175,209).

#bbafd1 hex color red value is 187, green value is 175 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bbafd1 hue: 0.73 , saturation: 0.27 and the lightness value of bbafd1 is 0.75.

The process color (four color CMYK) of #bbafd1 color hex is 0.11, 0.16, 0.00, 0.18. Web safe color of #bbafd1 is #cc99cc. Color #bbafd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11010001
Octal 273 257 321
Decimal 187 175 209
Hex BB AF D1

RGB Percentages of Color #bbafd1

%32.75
%30.65
%36.60

CMYK Percentages of Color #bbafd1

%11
%16
%0
%18

Triadic Colors of #bbafd1

#bbafd1 #d1bbaf #afd1bb

Analogous Colors of #bbafd1

#bbafd1 #ccafd1 #afb4d1

Monochromatic Colors of #bbafd1

#bbafd1

Complementary Color

#bbafd1 #c5d1af

#bbafd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafd1 Color CSS Codes

.mybgcolor {background-color:#bbafd1; } 
.myforecolor {color:#bbafd1; }
.mybordercolor {border:3px solid #bbafd1; }

#bbafd1 Text Font Color

<p style="color:#bbafd1">Text here</p>

This sample text font color is #bbafd1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbafd1 Background Color

<div style="background-color:#bbafd1">
Div content here</div>

This div background color is #bbafd1


#bbafd1 Border Color

<div style="border:3px solid #bbafd1">
Div here</div>

This div border color is #bbafd1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,175,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbafd1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbafd1;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafd1;
  box-shadow:         1px 1px 3px 2px #bbafd1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,175,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbafd1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbafd1;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafd1;
  box-shadow:         1px 1px 3px 2px #bbafd1;">
Div content here</div>

This div box has shadow with color #bbafd1

#bbafd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.