#BBEDD1

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

Shades of Aero Blue #BBEDD1

Tints of Aero Blue #BBEDD1

Color information

#BBEDD1 (or 0xBBEDD1) is unknown color: approx Aero Blue. HEX triplet: BB, ED and D1. RGB value is (187,237,209). Sum of RGB (Red+Green+Blue) = 187+237+209=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDD1 is #44122E. Grayscale: #DADADA. Windows color (decimal): -4461103 or 13757883. OLE color: 13757883.

HSL color Cylindrical-coordinate representation of color #BBEDD1: hue angle of 146.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDD1 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB187237209-
CMYK0.2100.120.07
HSL146.4º58.14%83.14%-
HSV(B)146.4º21.1%92.94%-
XYZ62.2975.7471.66-
YUV218.86122.44105.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 237 (92.97% from 255) = 37.44%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=29.54%
G=37.44%
B=33.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872372090.2100.120.07146.458.1483.14
HexBBEDD1150C7923a53
Octal27335532125014722272123
Binary1011101111101101110100011010101100111100100101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDD1; }

 p { color: rgb(187,237,209); }

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

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

 a { background-color: rgb(187,237,209); }

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

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

 span { border-color: rgb(187,237,209); }

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