#BEDDCE

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

Shades of Aero Blue #BEDDCE

Tints of Aero Blue #BEDDCE

Color information

#BEDDCE (or 0xBEDDCE) is unknown color: approx Aero Blue. HEX triplet: BE, DD and CE. RGB value is (190,221,206). Sum of RGB (Red+Green+Blue) = 190+221+206=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDCE is #412231. Grayscale: #D2D2D2. Windows color (decimal): -4268594 or 13557182. OLE color: 13557182.

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

Color convert

RGB190221206-
CMYK0.1400.070.13
HSL150.97º31.31%80.59%-
HSV(B)150.97º14.03%86.67%-
XYZ58.2367.1268.28-
YUV210.02125.73113.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.79%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=30.79%
G=35.82%
B=33.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902212060.1400.070.13150.9731.3180.59
HexBEDDCEE07D971f51
Octal27633531616071522737121
Binary10111110110111011100111011100111110110010111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDCE; }

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

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

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

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

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

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

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

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