#BDEBD9

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

Shades of Aero Blue #BDEBD9

Tints of Aero Blue #BDEBD9

Color information

#BDEBD9 (or 0xBDEBD9) is unknown color: approx Aero Blue. HEX triplet: BD, EB and D9. RGB value is (189,235,217). Sum of RGB (Red+Green+Blue) = 189+235+217=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBD9 is #421426. Grayscale: #DBDBDB. Windows color (decimal): -4330535 or 14281661. OLE color: 14281661.

HSL color Cylindrical-coordinate representation of color #BDEBD9: hue angle of 156.52º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBD9 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB189235217-
CMYK0.2000.080.08
HSL156.52º53.49%83.14%-
HSV(B)156.52º19.57%92.16%-
XYZ63.2275.2576.84-
YUV219.19126.76106.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=29.49%
G=36.66%
B=33.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352170.2000.080.08156.5253.4983.14
HexBDEBD9140889d3553
Octal275353331240101023565123
Binary10111101111010111101100110100010001000100111011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBD9; }

 p { color: rgb(189,235,217); }

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

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

 a { background-color: rgb(189,235,217); }

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

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

 span { border-color: rgb(189,235,217); }

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