#BDECD2

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

Shades of Aero Blue #BDECD2

Tints of Aero Blue #BDECD2

Color information

#BDECD2 (or 0xBDECD2) is unknown color: approx Aero Blue. HEX triplet: BD, EC and D2. RGB value is (189,236,210). Sum of RGB (Red+Green+Blue) = 189+236+210=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECD2 is #42132D. Grayscale: #DBDBDB. Windows color (decimal): -4330286 or 13823165. OLE color: 13823165.

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

Color convert

RGB189236210-
CMYK0.2000.110.07
HSL146.81º55.29%83.33%-
HSV(B)146.81º19.92%92.55%-
XYZ62.6175.4672.24-
YUV218.98122.93106.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 210 (82.42% from 255) = 33.07%
R=29.76%
G=37.17%
B=33.07%

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
Decimal1892362100.2000.110.07146.8155.2983.33
HexBDECD2140B7933753
Octal27535432224013722367123
Binary1011110111101100110100101010001011111100100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECD2; }

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

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

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

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

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

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

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

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