#BEDACB

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

Shades of Aero Blue #BEDACB

Tints of Aero Blue #BEDACB

Color information

#BEDACB (or 0xBEDACB) is unknown color: approx Aero Blue. HEX triplet: BE, DA and CB. RGB value is (190,218,203). Sum of RGB (Red+Green+Blue) = 190+218+203=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDACB is #412534. Grayscale: #CFCFCF. Windows color (decimal): -4269365 or 13359806. OLE color: 13359806.

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

Color convert

RGB190218203-
CMYK0.1300.070.15
HSL147.86º27.45%80%-
HSV(B)147.86º12.84%85.49%-
XYZ57.0965.466.11-
YUV207.92125.22115.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=31.10%
G=35.68%
B=33.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902182030.1300.070.15147.8627.4580
HexBEDACBD07F941b50
Octal27633231315071722433120
Binary10111110110110101100101111010111111110010100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDACB; }

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

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

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

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

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

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

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

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