Color Hex Logo

#bbafd2 Color Hex

#BBAFD2
(187,175,210)
0 Favorites   0 Comments

Color spaces of #bbafd2

RGB 187175210
HSL0.720.280.75
HSV261°17°82°
CMYK 0.110.170.00   0.18
XYZ47.456345.877967.3269
Yxy45.87790.29540.2856
Hunter Lab67.73326.5303-11.5211
CIE-Lab73.466211.0328-16.1361

#bbafd2 color RGB value is (187,175,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11010010
Octal 273 257 322
Decimal 187 175 210
Hex BB AF D2

RGB Percentages of Color #bbafd2

%32.69
%30.59
%36.71

CMYK Percentages of Color #bbafd2

%11
%17
%0
%18

Triadic Colors of #bbafd2

#bbafd2 #d2bbaf #afd2bb

Analogous Colors of #bbafd2

#bbafd2 #cdafd2 #afb5d2

Monochromatic Colors of #bbafd2

#bbafd2

Complementary Color

#bbafd2 #c6d2af

#bbafd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafd2 Color CSS Codes

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

#bbafd2 Text Font Color

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

This sample text font color is #bbafd2
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.


#bbafd2 Background Color

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

This div background color is #bbafd2


#bbafd2 Border Color

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

This div border color is #bbafd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafd2


Comments

No comments written yet.

Please login to write comment.