#BEDECD

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

Shades of Aero Blue #BEDECD

Tints of Aero Blue #BEDECD

Color information

#BEDECD (or 0xBEDECD) is unknown color: approx Aero Blue. HEX triplet: BE, DE and CD. RGB value is (190,222,205). Sum of RGB (Red+Green+Blue) = 190+222+205=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDECD is #412132. Grayscale: #D2D2D2. Windows color (decimal): -4268339 or 13491902. OLE color: 13491902.

HSL color Cylindrical-coordinate representation of color #BEDECD: hue angle of 148.12º 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 #BEDECD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB190222205-
CMYK0.1400.080.13
HSL148.12º32.65%80.78%-
HSV(B)148.12º14.41%87.06%-
XYZ58.3867.667.73-
YUV210.49124.9113.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=30.79%
G=35.98%
B=33.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902222050.1400.080.13148.1232.6580.78
HexBEDECDE08D942151
Octal276336315160101522441121
Binary1011111011011110110011011110010001101100101001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDECD; }

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

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

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

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

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

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

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

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