Color Hex Logo

#bbcfff Color Hex

#BBCFFF
(187,207,255)
0 Favorites   0 Comments

Color spaces of #bbcfff

RGB 187207255
HSL0.621.000.87
HSV222°27°100°
CMYK 0.270.190.00   0.00
XYZ60.856362.4104103.4467
Yxy62.41040.26840.2753
Hunter Lab79.0003-0.7465-22.3370
CIE-Lab83.13123.6592-25.6986

#bbcfff color RGB value is (187,207,255).

#bbcfff hex color red value is 187, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bbcfff hue: 0.62 , saturation: 1.00 and the lightness value of bbcfff is 0.87.

The process color (four color CMYK) of #bbcfff color hex is 0.27, 0.19, 0.00, 0.00. Web safe color of #bbcfff is #ccccff. Color #bbcfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11111111
Octal 273 317 377
Decimal 187 207 255
Hex BB CF FF

RGB Percentages of Color #bbcfff

%28.81
%31.90
%39.29

CMYK Percentages of Color #bbcfff

%27
%19
%0
%0

Triadic Colors of #bbcfff

#bbcfff #ffbbcf #cfffbb

Analogous Colors of #bbcfff

#bbcfff #c9bbff #bbf1ff

Monochromatic Colors of #bbcfff

#bbcfff

Complementary Color

#bbcfff #ffebbb

#bbcfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfff Color CSS Codes

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

#bbcfff Text Font Color

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

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


#bbcfff Background Color

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

This div background color is #bbcfff


#bbcfff Border Color

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

This div border color is #bbcfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfff


Comments

No comments written yet.

Please login to write comment.