Color Hex Logo

#bcafbe Color Hex

#BCAFBE
(188,175,190)
0 Favorites   0 Comments

Color spaces of #bcafbe

RGB 188175190
HSL0.810.100.72
HSV292°75°
CMYK 0.010.080.00   0.25
XYZ45.363345.069055.0235
Yxy45.06900.31190.3098
Hunter Lab67.13343.1322-1.6015
CIE-Lab72.93737.3933-5.9636

#bcafbe color RGB value is (188,175,190).

#bcafbe hex color red value is 188, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bcafbe hue: 0.81 , saturation: 0.10 and the lightness value of bcafbe is 0.72.

The process color (four color CMYK) of #bcafbe color hex is 0.01, 0.08, 0.00, 0.25. Web safe color of #bcafbe is #cc99cc. Color #bcafbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 10111110
Octal 274 257 276
Decimal 188 175 190
Hex BC AF BE

RGB Percentages of Color #bcafbe

%34.00
%31.65
%34.36

CMYK Percentages of Color #bcafbe

%1
%8
%0
%25

Triadic Colors of #bcafbe

#bcafbe #bebcaf #afbebc

Analogous Colors of #bcafbe

#bcafbe #beafb9 #b5afbe

Monochromatic Colors of #bcafbe

#bcafbe

Complementary Color

#bcafbe #b1beaf

#bcafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafbe Color CSS Codes

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

#bcafbe Text Font Color

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

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


#bcafbe Background Color

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

This div background color is #bcafbe


#bcafbe Border Color

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

This div border color is #bcafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafbe


Comments

No comments written yet.

Please login to write comment.