#BDEDD2

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

Shades of Aero Blue #BDEDD2

Tints of Aero Blue #BDEDD2

Color information

#BDEDD2 (or 0xBDEDD2) is unknown color: approx Aero Blue. HEX triplet: BD, ED and D2. RGB value is (189,237,210). Sum of RGB (Red+Green+Blue) = 189+237+210=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDD2 is #42122D. Grayscale: #DBDBDB. Windows color (decimal): -4330030 or 13823421. OLE color: 13823421.

HSL color Cylindrical-coordinate representation of color #BDEDD2: hue angle of 146.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDD2 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB189237210-
CMYK0.2000.110.07
HSL146.25º57.14%83.53%-
HSV(B)146.25º20.25%92.94%-
XYZ62.976.0472.33-
YUV219.57122.6106.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 210 (82.42% from 255) = 33.02%
R=29.72%
G=37.26%
B=33.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892372100.2000.110.07146.2557.1483.53
HexBDEDD2140B7923954
Octal27535532224013722271124
Binary1011110111101101110100101010001011111100100101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDD2; }

 p { color: rgb(189,237,210); }

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

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

 a { background-color: rgb(189,237,210); }

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

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

 span { border-color: rgb(189,237,210); }

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