#BBDAE9

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

Shades of Light Blue #BBDAE9

Tints of Light Blue #BBDAE9

Color information

#BBDAE9 (or 0xBBDAE9) is unknown color: approx Light Blue. HEX triplet: BB, DA and E9. RGB value is (187,218,233). Sum of RGB (Red+Green+Blue) = 187+218+233=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAE9 is #442516. Grayscale: #D2D2D2. Windows color (decimal): -4465943 or 15325883. OLE color: 15325883.

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

Color convert

RGB187218233-
CMYK0.200.0600.09
HSL199.57º51.11%82.35%-
HSV(B)199.57º19.74%91.37%-
XYZ60.2766.5986.77-
YUV210.44140.73111.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 233 (91.41% from 255) = 36.52%
R=29.31%
G=34.17%
B=36.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872182330.200.0600.09199.5751.1182.35
HexBBDAE914609c83352
Octal27333235124601131063122
Binary1011101111011010111010011010011001001110010001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAE9; }

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

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

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

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

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

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

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

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