#BDE2CD

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

Shades of Aero Blue #BDE2CD

Tints of Aero Blue #BDE2CD

Color information

#BDE2CD (or 0xBDE2CD) is unknown color: approx Aero Blue. HEX triplet: BD, E2 and CD. RGB value is (189,226,205). Sum of RGB (Red+Green+Blue) = 189+226+205=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2CD is #421D32. Grayscale: #D4D4D4. Windows color (decimal): -4332851 or 13492925. OLE color: 13492925.

HSL color Cylindrical-coordinate representation of color #BDE2CD: hue angle of 145.95º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2CD is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB189226205-
CMYK0.1600.090.11
HSL145.95º38.95%81.37%-
HSV(B)145.95º16.37%88.63%-
XYZ59.269.6268.08-
YUV212.54123.74111.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=30.48%
G=36.45%
B=33.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892262050.1600.090.11145.9538.9581.37
HexBDE2CD1009B922751
Octal275342315200111322247121
Binary10111101111000101100110110000010011011100100101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE2CD; }

 p { color: rgb(189,226,205); }

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

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

 a { background-color: rgb(189,226,205); }

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

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

 span { border-color: rgb(189,226,205); }

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