#BDE8D5

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

Shades of Aero Blue #BDE8D5

Tints of Aero Blue #BDE8D5

Color information

#BDE8D5 (or 0xBDE8D5) is unknown color: approx Aero Blue. HEX triplet: BD, E8 and D5. RGB value is (189,232,213). Sum of RGB (Red+Green+Blue) = 189+232+213=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8D5 is #42172A. Grayscale: #D9D9D9. Windows color (decimal): -4331307 or 14018749. OLE color: 14018749.

HSL color Cylindrical-coordinate representation of color #BDE8D5: hue angle of 153.49º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE8D5 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB189232213-
CMYK0.1900.080.09
HSL153.49º48.31%82.55%-
HSV(B)153.49º18.53%90.98%-
XYZ61.8573.3473.85-
YUV216.98125.75108.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 232 (91.02% from 255) = 36.59%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=29.81%
G=36.59%
B=33.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892322130.1900.080.09153.4948.3182.55
HexBDE8D513089993053
Octal275350325230101123160123
Binary10111101111010001101010110011010001001100110011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8D5; }

 p { color: rgb(189,232,213); }

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

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

 a { background-color: rgb(189,232,213); }

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

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

 span { border-color: rgb(189,232,213); }

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