#BDE7D3

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

Shades of Aero Blue #BDE7D3

Tints of Aero Blue #BDE7D3

Color information

#BDE7D3 (or 0xBDE7D3) is unknown color: approx Aero Blue. HEX triplet: BD, E7 and D3. RGB value is (189,231,211). Sum of RGB (Red+Green+Blue) = 189+231+211=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7D3 is #42182C. Grayscale: #D8D8D8. Windows color (decimal): -4331565 or 13887421. OLE color: 13887421.

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

Color convert

RGB189231211-
CMYK0.1800.090.09
HSL151.43º46.67%82.35%-
HSV(B)151.43º18.18%90.59%-
XYZ61.3272.6772.42-
YUV216.16125.09108.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 231 (90.62% from 255) = 36.61%
BLUE value IS 211 (82.81% from 255) = 33.44%
R=29.95%
G=36.61%
B=33.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892312110.1800.090.09151.4346.6782.35
HexBDE7D312099972f52
Octal275347323220111122757122
Binary10111101111001111101001110010010011001100101111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7D3; }

 p { color: rgb(189,231,211); }

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

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

 a { background-color: rgb(189,231,211); }

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

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

 span { border-color: rgb(189,231,211); }

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