#BEDED2

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

Shades of Aero Blue #BEDED2

Tints of Aero Blue #BEDED2

Color information

#BEDED2 (or 0xBEDED2) is unknown color: approx Aero Blue. HEX triplet: BE, DE and D2. RGB value is (190,222,210). Sum of RGB (Red+Green+Blue) = 190+222+210=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED2 is #41212D. Grayscale: #D3D3D3. Windows color (decimal): -4268334 or 13819582. OLE color: 13819582.

HSL color Cylindrical-coordinate representation of color #BEDED2: hue angle of 157.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDED2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB190222210-
CMYK0.1400.050.13
HSL157.5º32.65%80.78%-
HSV(B)157.5º14.41%87.06%-
XYZ58.9967.8470.96-
YUV211.06127.4112.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 210 (82.42% from 255) = 33.76%
R=30.55%
G=35.69%
B=33.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902222100.1400.050.13157.532.6580.78
HexBEDED2E05D9e2151
Octal27633632216051523641121
Binary101111101101111011010010111001011101100111101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDED2; }

 p { color: rgb(190,222,210); }

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

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

 a { background-color: rgb(190,222,210); }

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

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

 span { border-color: rgb(190,222,210); }

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