#BEDDCC

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

Shades of Aero Blue #BEDDCC

Tints of Aero Blue #BEDDCC

Color information

#BEDDCC (or 0xBEDDCC) is unknown color: approx Aero Blue. HEX triplet: BE, DD and CC. RGB value is (190,221,204). Sum of RGB (Red+Green+Blue) = 190+221+204=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDCC is #412233. Grayscale: #D1D1D1. Windows color (decimal): -4268596 or 13426110. OLE color: 13426110.

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

Color convert

RGB190221204-
CMYK0.1400.080.13
HSL147.1º31.31%80.59%-
HSV(B)147.1º14.03%86.67%-
XYZ57.9967.0267.01-
YUV209.79124.73113.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=30.89%
G=35.93%
B=33.17%

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
Decimal1902212040.1400.080.13147.131.3180.59
HexBEDDCCE08D931f51
Octal276335314160101522337121
Binary101111101101110111001100111001000110110010011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDCC; }

 p { color: rgb(190,221,204); }

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

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

 a { background-color: rgb(190,221,204); }

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

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

 span { border-color: rgb(190,221,204); }

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