#BDDED1

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

Shades of Aero Blue #BDDED1

Tints of Aero Blue #BDDED1

Color information

#BDDED1 (or 0xBDDED1) is unknown color: approx Aero Blue. HEX triplet: BD, DE and D1. RGB value is (189,222,209). Sum of RGB (Red+Green+Blue) = 189+222+209=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDED1 is #42212E. Grayscale: #D2D2D2. Windows color (decimal): -4333871 or 13754045. OLE color: 13754045.

HSL color Cylindrical-coordinate representation of color #BDDED1: hue angle of 156.36º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDED1 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB189222209-
CMYK0.1500.060.13
HSL156.36º33.33%80.59%-
HSV(B)156.36º14.86%87.06%-
XYZ58.6267.6670.29-
YUV210.65127.07112.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 209 (82.03% from 255) = 33.71%
R=30.48%
G=35.81%
B=33.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892222090.1500.060.13156.3633.3380.59
HexBDDED1F06D9c2151
Octal27533632117061523441121
Binary101111011101111011010001111101101101100111001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDED1; }

 p { color: rgb(189,222,209); }

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

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

 a { background-color: rgb(189,222,209); }

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

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

 span { border-color: rgb(189,222,209); }

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