#BBD9EA

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

Shades of Light Blue #BBD9EA

Tints of Light Blue #BBD9EA

Color information

#BBD9EA (or 0xBBD9EA) is unknown color: approx Light Blue. HEX triplet: BB, D9 and EA. RGB value is (187,217,234). Sum of RGB (Red+Green+Blue) = 187+217+234=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD9EA is #442615. Grayscale: #D1D1D1. Windows color (decimal): -4466198 or 15391163. OLE color: 15391163.

HSL color Cylindrical-coordinate representation of color #BBD9EA: hue angle of 201.7º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD9EA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187217234-
CMYK0.200.0700.08
HSL201.7º52.81%82.55%-
HSV(B)201.7º20.09%91.76%-
XYZ60.1666.1387.44-
YUV209.97141.56111.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 217 (85.16% from 255) = 34.01%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=29.31%
G=34.01%
B=36.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872172340.200.0700.08201.752.8182.55
HexBBD9EA14708ca3553
Octal27333135224701031265123
Binary1011101111011001111010101010011101000110010101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9EA; }

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

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

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

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

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

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

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

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