#BDE4D6

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

Shades of Aero Blue #BDE4D6

Tints of Aero Blue #BDE4D6

Color information

#BDE4D6 (or 0xBDE4D6) is unknown color: approx Aero Blue. HEX triplet: BD, E4 and D6. RGB value is (189,228,214). Sum of RGB (Red+Green+Blue) = 189+228+214=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4D6 is #421B29. Grayscale: #D6D6D6. Windows color (decimal): -4332330 or 14083261. OLE color: 14083261.

HSL color Cylindrical-coordinate representation of color #BDE4D6: hue angle of 158.46º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4D6 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB189228214-
CMYK0.1700.060.11
HSL158.46º41.94%81.76%-
HSV(B)158.46º17.11%89.41%-
XYZ60.8771.1674.15-
YUV214.74127.58109.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 228 (89.45% from 255) = 36.13%
BLUE value IS 214 (83.98% from 255) = 33.91%
R=29.95%
G=36.13%
B=33.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892282140.1700.060.11158.4641.9481.76
HexBDE4D61106B9e2a52
Octal27534432621061323652122
Binary1011110111100100110101101000101101011100111101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4D6; }

 p { color: rgb(189,228,214); }

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

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

 a { background-color: rgb(189,228,214); }

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

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

 span { border-color: rgb(189,228,214); }

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