#BEDECB

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

Shades of Aero Blue #BEDECB

Tints of Aero Blue #BEDECB

Color information

#BEDECB (or 0xBEDECB) is unknown color: approx Aero Blue. HEX triplet: BE, DE and CB. RGB value is (190,222,203). Sum of RGB (Red+Green+Blue) = 190+222+203=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDECB is #412134. Grayscale: #D2D2D2. Windows color (decimal): -4268341 or 13360830. OLE color: 13360830.

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

Color convert

RGB190222203-
CMYK0.1400.090.13
HSL144.38º32.65%80.78%-
HSV(B)144.38º14.41%87.06%-
XYZ58.1467.566.46-
YUV210.27123.9113.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=30.89%
G=36.10%
B=33.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902222030.1400.090.13144.3832.6580.78
HexBEDECBE09D902151
Octal276336313160111522041121
Binary1011111011011110110010111110010011101100100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDECB; }

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

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

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

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

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

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

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

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