#BDE0CB

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

Shades of Aero Blue #BDE0CB

Tints of Aero Blue #BDE0CB

Color information

#BDE0CB (or 0xBDE0CB) is unknown color: approx Aero Blue. HEX triplet: BD, E0 and CB. RGB value is (189,224,203). Sum of RGB (Red+Green+Blue) = 189+224+203=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0CB is #421F34. Grayscale: #D3D3D3. Windows color (decimal): -4333365 or 13361341. OLE color: 13361341.

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

Color convert

RGB189224203-
CMYK0.1600.090.12
HSL144º36.08%80.98%-
HSV(B)144º15.62%87.84%-
XYZ58.4268.4466.63-
YUV211.14123.4112.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=30.68%
G=36.36%
B=32.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892242030.1600.090.1214436.0880.98
HexBDE0CB1009C902451
Octal275340313200111422044121
Binary10111101111000001100101110000010011100100100001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0CB; }

 p { color: rgb(189,224,203); }

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

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

 a { background-color: rgb(189,224,203); }

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

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

 span { border-color: rgb(189,224,203); }

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