#BBCFD8

Color #BBCFD8 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BBCFD8

Tints of Light Blue #BBCFD8

Color information

#BBCFD8 (or 0xBBCFD8) is unknown color: approx Light Blue. HEX triplet: BB, CF and D8. RGB value is (187,207,216). Sum of RGB (Red+Green+Blue) = 187+207+216=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBCFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFD8 is #443027. Grayscale: #C9C9C9. Windows color (decimal): -4468776 or 14208955. OLE color: 14208955.

HSL color Cylindrical-coordinate representation of color #BBCFD8: hue angle of 198.62º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCFD8 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187207216-
CMYK0.130.0400.15
HSL198.62º27.1%79.02%-
HSV(B)198.62º13.43%84.71%-
XYZ55.260.1573.67-
YUV202.05135.87117.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=30.66%
G=33.93%
B=35.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872072160.130.0400.15198.6227.179.02
HexBBCFD8D40Fc71b4f
Octal27331733015401730733117
Binary10111011110011111101100011011000111111000111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFD8; }

 p { color: rgb(187,207,216); }

 H1.HeaderClassName
 {
   color: #BBCFD8;
 }
 .AnyTagClassName
 {
   color: #BBCFD8;
 }
</style>
background-color css

<style>
 a { background-color: #BBCFD8; }

 a { background-color: rgb(187,207,216); }

 div.DivClassName
 {
   background-color: #BBCFD8;
 }
 .BgClassName
 {
   background-color: #BBCFD8;
 }
</style>
border-color css

<style>
 span { border-color: #BBCFD8; }

 span { border-color: rgb(187,207,216); }

 td.TdClassName
 {
   border-color: #BBCFD8;
 }
 .TagClassName
 {
   border-color: #BBCFD8;
 }
</style>