#BBD8E9

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

Shades of Light Blue #BBD8E9

Tints of Light Blue #BBD8E9

Color information

#BBD8E9 (or 0xBBD8E9) is unknown color: approx Light Blue. HEX triplet: BB, D8 and E9. RGB value is (187,216,233). Sum of RGB (Red+Green+Blue) = 187+216+233=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBD8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8E9 is #442716. Grayscale: #D1D1D1. Windows color (decimal): -4466455 or 15325371. OLE color: 15325371.

HSL color Cylindrical-coordinate representation of color #BBD8E9: hue angle of 202.17º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD8E9 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187216233-
CMYK0.200.0700.09
HSL202.17º51.11%82.35%-
HSV(B)202.17º19.74%91.37%-
XYZ59.7665.5686.6-
YUV209.27141.39112.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 216 (84.77% from 255) = 33.96%
BLUE value IS 233 (91.41% from 255) = 36.64%
R=29.40%
G=33.96%
B=36.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872162330.200.0700.09202.1751.1182.35
HexBBD8E914709ca3352
Octal27333035124701131263122
Binary1011101111011000111010011010011101001110010101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8E9; }

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

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

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

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

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

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

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

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