#BBD8E6

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

Shades of Light Blue #BBD8E6

Tints of Light Blue #BBD8E6

Color information

#BBD8E6 (or 0xBBD8E6) is unknown color: approx Light Blue. HEX triplet: BB, D8 and E6. RGB value is (187,216,230). Sum of RGB (Red+Green+Blue) = 187+216+230=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBD8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD8E6 is #442719. Grayscale: #D0D0D0. Windows color (decimal): -4466458 or 15128763. OLE color: 15128763.

HSL color Cylindrical-coordinate representation of color #BBD8E6: hue angle of 199.53º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD8E6 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187216230-
CMYK0.190.0600.10
HSL199.53º46.24%81.76%-
HSV(B)199.53º18.7%90.2%-
XYZ59.3365.3984.36-
YUV208.92139.89112.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 216 (84.77% from 255) = 34.12%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=29.54%
G=34.12%
B=36.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872162300.190.0600.10199.5346.2481.76
HexBBD8E61360Ac82e52
Octal27333034623601231056122
Binary1011101111011000111001101001111001010110010001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8E6; }

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

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

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

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

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

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

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

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