Color Hex Logo

#bbcaf5 Color Hex

#BBCAF5
(187,202,245)
0 Favorites   0 Comments

Color spaces of #bbcaf5

RGB 187202245
HSL0.620.740.85
HSV224°24°96°
CMYK 0.240.180.00   0.04
XYZ58.095559.398494.7893
Yxy59.39840.27370.2798
Hunter Lab77.0704-0.3201-18.9719
CIE-Lab81.51014.0288-22.8482

#bbcaf5 color RGB value is (187,202,245).

#bbcaf5 hex color red value is 187, green value is 202 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #bbcaf5 hue: 0.62 , saturation: 0.74 and the lightness value of bbcaf5 is 0.85.

The process color (four color CMYK) of #bbcaf5 color hex is 0.24, 0.18, 0.00, 0.04. Web safe color of #bbcaf5 is #ccccff. Color #bbcaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001010 11110101
Octal 273 312 365
Decimal 187 202 245
Hex BB CA F5

RGB Percentages of Color #bbcaf5

%29.50
%31.86
%38.64

CMYK Percentages of Color #bbcaf5

%24
%18
%0
%4

Triadic Colors of #bbcaf5

#bbcaf5 #f5bbca #caf5bb

Analogous Colors of #bbcaf5

#bbcaf5 #c9bbf5 #bbe7f5

Monochromatic Colors of #bbcaf5

#bbcaf5

Complementary Color

#bbcaf5 #f5e6bb

#bbcaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcaf5 Color CSS Codes

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

#bbcaf5 Text Font Color

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

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


#bbcaf5 Background Color

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

This div background color is #bbcaf5


#bbcaf5 Border Color

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

This div border color is #bbcaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcaf5

Related Colors


Comments

No comments written yet.

Please login to write comment.