#BDECD1

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

Shades of Aero Blue #BDECD1

Tints of Aero Blue #BDECD1

Color information

#BDECD1 (or 0xBDECD1) is unknown color: approx Aero Blue. HEX triplet: BD, EC and D1. RGB value is (189,236,209). Sum of RGB (Red+Green+Blue) = 189+236+209=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECD1 is #42132E. Grayscale: #DADADA. Windows color (decimal): -4330287 or 13757629. OLE color: 13757629.

HSL color Cylindrical-coordinate representation of color #BDECD1: hue angle of 145.53º 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 #BDECD1 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB189236209-
CMYK0.2000.110.07
HSL145.53º55.29%83.33%-
HSV(B)145.53º19.92%92.55%-
XYZ62.4975.4171.58-
YUV218.87122.43106.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.81%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 209 (82.03% from 255) = 32.97%
R=29.81%
G=37.22%
B=32.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892362090.2000.110.07145.5355.2983.33
HexBDECD1140B7923753
Octal27535432124013722267123
Binary1011110111101100110100011010001011111100100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECD1; }

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

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

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

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

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

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

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

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