#BDECD8

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

Shades of Aero Blue #BDECD8

Tints of Aero Blue #BDECD8

Color information

#BDECD8 (or 0xBDECD8) is unknown color: approx Aero Blue. HEX triplet: BD, EC and D8. RGB value is (189,236,216). Sum of RGB (Red+Green+Blue) = 189+236+216=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECD8 is #421327. Grayscale: #DBDBDB. Windows color (decimal): -4330280 or 14216381. OLE color: 14216381.

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

Color convert

RGB189236216-
CMYK0.2000.080.07
HSL154.47º55.29%83.33%-
HSV(B)154.47º19.92%92.55%-
XYZ63.3875.7776.25-
YUV219.67125.93106.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 236 (92.58% from 255) = 36.82%
BLUE value IS 216 (84.77% from 255) = 33.70%
R=29.49%
G=36.82%
B=33.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892362160.2000.080.07154.4755.2983.33
HexBDECD8140879a3753
Octal27535433024010723267123
Binary1011110111101100110110001010001000111100110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECD8; }

 p { color: rgb(189,236,216); }

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

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

 a { background-color: rgb(189,236,216); }

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

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

 span { border-color: rgb(189,236,216); }

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