Color Hex Logo

#bcafbb Color Hex

#BCAFBB
(188,175,187)
0 Favorites   0 Comments

Color spaces of #bcafbb

RGB 188175187
HSL0.850.090.71
HSV305°74°
CMYK 0.000.070.01   0.26
XYZ45.038744.939253.3140
Yxy44.93920.31430.3136
Hunter Lab67.03672.6112-0.2274
CIE-Lab72.85186.8275-4.4438

#bcafbb color RGB value is (188,175,187).

#bcafbb hex color red value is 188, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bcafbb hue: 0.85 , saturation: 0.09 and the lightness value of bcafbb is 0.71.

The process color (four color CMYK) of #bcafbb color hex is 0.00, 0.07, 0.01, 0.26. Web safe color of #bcafbb is #cc99cc. Color #bcafbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 10111011
Octal 274 257 273
Decimal 188 175 187
Hex BC AF BB

RGB Percentages of Color #bcafbb

%34.18
%31.82
%34.00

CMYK Percentages of Color #bcafbb

%0
%7
%1
%26

Triadic Colors of #bcafbb

#bcafbb #bbbcaf #afbbbc

Analogous Colors of #bcafbb

#bcafbb #bcafb5 #b7afbc

Monochromatic Colors of #bcafbb

#bcafbb

Complementary Color

#bcafbb #afbcb0

#bcafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafbb Color CSS Codes

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

#bcafbb Text Font Color

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

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


#bcafbb Background Color

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

This div background color is #bcafbb


#bcafbb Border Color

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

This div border color is #bcafbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafbb


Comments

No comments written yet.

Please login to write comment.