#BBDAE7

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

Shades of Light Blue #BBDAE7

Tints of Light Blue #BBDAE7

Color information

#BBDAE7 (or 0xBBDAE7) is unknown color: approx Light Blue. HEX triplet: BB, DA and E7. RGB value is (187,218,231). Sum of RGB (Red+Green+Blue) = 187+218+231=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAE7 is #442518. Grayscale: #D2D2D2. Windows color (decimal): -4465945 or 15194811. OLE color: 15194811.

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

Color convert

RGB187218231-
CMYK0.190.0600.09
HSL197.73º47.83%81.96%-
HSV(B)197.73º19.05%90.59%-
XYZ59.9966.4885.27-
YUV210.21139.73111.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 231 (90.62% from 255) = 36.32%
R=29.40%
G=34.28%
B=36.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872182310.190.0600.09197.7347.8381.96
HexBBDAE713609c63052
Octal27333234723601130660122
Binary1011101111011010111001111001111001001110001101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAE7; }

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

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

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

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

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

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

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

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