#BDE0D2

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

Shades of Aero Blue #BDE0D2

Tints of Aero Blue #BDE0D2

Color information

#BDE0D2 (or 0xBDE0D2) is unknown color: approx Aero Blue. HEX triplet: BD, E0 and D2. RGB value is (189,224,210). Sum of RGB (Red+Green+Blue) = 189+224+210=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0D2 is #421F2D. Grayscale: #D3D3D3. Windows color (decimal): -4333358 or 13820093. OLE color: 13820093.

HSL color Cylindrical-coordinate representation of color #BDE0D2: hue angle of 156º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0D2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB189224210-
CMYK0.1600.060.12
HSL156º36.08%80.98%-
HSV(B)156º15.62%87.84%-
XYZ59.2768.7871.13-
YUV211.94126.9111.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 224 (87.89% from 255) = 35.96%
BLUE value IS 210 (82.42% from 255) = 33.71%
R=30.34%
G=35.96%
B=33.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892242100.1600.060.1215636.0880.98
HexBDE0D21006C9c2451
Octal27534032220061423444121
Binary1011110111100000110100101000001101100100111001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0D2; }

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

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

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

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

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

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

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

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