#BDE9CF

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

Shades of Aero Blue #BDE9CF

Tints of Aero Blue #BDE9CF

Color information

#BDE9CF (or 0xBDE9CF) is unknown color: approx Aero Blue. HEX triplet: BD, E9 and CF. RGB value is (189,233,207). Sum of RGB (Red+Green+Blue) = 189+233+207=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9CF is #421630. Grayscale: #D8D8D8. Windows color (decimal): -4331057 or 13625789. OLE color: 13625789.

HSL color Cylindrical-coordinate representation of color #BDE9CF: hue angle of 144.55º degrees, saturation: 0.5, 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 #BDE9CF is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB189233207-
CMYK0.1900.110.09
HSL144.55º50%82.75%-
HSV(B)144.55º18.88%91.37%-
XYZ61.3973.670-
YUV216.88122.42108.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 233 (91.41% from 255) = 37.04%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=30.05%
G=37.04%
B=32.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892332070.1900.110.09144.555082.75
HexBDE9CF130B9913253
Octal275351317230131122162123
Binary10111101111010011100111110011010111001100100011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9CF; }

 p { color: rgb(189,233,207); }

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

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

 a { background-color: rgb(189,233,207); }

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

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

 span { border-color: rgb(189,233,207); }

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