#BED9CA

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

Shades of Aero Blue #BED9CA

Tints of Aero Blue #BED9CA

Color information

#BED9CA (or 0xBED9CA) is unknown color: approx Aero Blue. HEX triplet: BE, D9 and CA. RGB value is (190,217,202). Sum of RGB (Red+Green+Blue) = 190+217+202=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9CA is #412635. Grayscale: #CFCFCF. Windows color (decimal): -4269622 or 13294014. OLE color: 13294014.

HSL color Cylindrical-coordinate representation of color #BED9CA: hue angle of 146.67º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED9CA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB190217202-
CMYK0.1200.070.15
HSL146.67º26.21%79.8%-
HSV(B)146.67º12.44%85.1%-
XYZ56.7164.8465.4-
YUV207.22125.05115.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=31.20%
G=35.63%
B=33.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902172020.1200.070.15146.6726.2179.8
HexBED9CAC07F931a50
Octal27633131214071722332120
Binary10111110110110011100101011000111111110010011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9CA; }

 p { color: rgb(190,217,202); }

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

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

 a { background-color: rgb(190,217,202); }

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

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

 span { border-color: rgb(190,217,202); }

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