Color Hex Logo

#bbc8fe Color Hex

#BBC8FE
(187,200,254)
0 Favorites   0 Comments

Color spaces of #bbc8fe

RGB 187200254
HSL0.630.970.86
HSV228°26°100°
CMYK 0.260.210.00   0.00
XYZ59.037259.0291102.0481
Yxy59.02910.26820.2682
Hunter Lab76.83042.7079-24.9692
CIE-Lab81.30767.1821-27.9527

#bbc8fe color RGB value is (187,200,254).

#bbc8fe hex color red value is 187, green value is 200 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbc8fe hue: 0.63 , saturation: 0.97 and the lightness value of bbc8fe is 0.86.

The process color (four color CMYK) of #bbc8fe color hex is 0.26, 0.21, 0.00, 0.00. Web safe color of #bbc8fe is #ccccff. Color #bbc8fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 11111110
Octal 273 310 376
Decimal 187 200 254
Hex BB C8 FE

RGB Percentages of Color #bbc8fe

%29.17
%31.20
%39.63

CMYK Percentages of Color #bbc8fe

%26
%21
%0
%0

Triadic Colors of #bbc8fe

#bbc8fe #febbc8 #c8febb

Analogous Colors of #bbc8fe

#bbc8fe #d0bbfe #bbeafe

Monochromatic Colors of #bbc8fe

#bbc8fe

Complementary Color

#bbc8fe #fef1bb

#bbc8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc8fe Color CSS Codes

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

#bbc8fe Text Font Color

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

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


#bbc8fe Background Color

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

This div background color is #bbc8fe


#bbc8fe Border Color

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

This div border color is #bbc8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc8fe


Comments

No comments written yet.

Please login to write comment.