#BBD9E6

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

Shades of Light Blue #BBD9E6

Tints of Light Blue #BBD9E6

Color information

#BBD9E6 (or 0xBBD9E6) is unknown color: approx Light Blue. HEX triplet: BB, D9 and E6. RGB value is (187,217,230). Sum of RGB (Red+Green+Blue) = 187+217+230=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBD9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9E6 is #442619. Grayscale: #D1D1D1. Windows color (decimal): -4466202 or 15129019. OLE color: 15129019.

HSL color Cylindrical-coordinate representation of color #BBD9E6: hue angle of 198.14º 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 #BBD9E6 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187217230-
CMYK0.190.0600.10
HSL198.14º46.24%81.76%-
HSV(B)198.14º18.7%90.2%-
XYZ59.5965.984.44-
YUV209.51139.56111.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 217 (85.16% from 255) = 34.23%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=29.50%
G=34.23%
B=36.28%

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
Decimal1872172300.190.0600.10198.1446.2481.76
HexBBD9E61360Ac62e52
Octal27333134623601230656122
Binary1011101111011001111001101001111001010110001101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9E6; }

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

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

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

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

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

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

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

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