#BEDDD1

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

Shades of Aero Blue #BEDDD1

Tints of Aero Blue #BEDDD1

Color information

#BEDDD1 (or 0xBEDDD1) is unknown color: approx Aero Blue. HEX triplet: BE, DD and D1. RGB value is (190,221,209). Sum of RGB (Red+Green+Blue) = 190+221+209=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDD1 is #41222E. Grayscale: #D2D2D2. Windows color (decimal): -4268591 or 13753790. OLE color: 13753790.

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

Color convert

RGB190221209-
CMYK0.1400.050.13
HSL156.77º31.31%80.59%-
HSV(B)156.77º14.03%86.67%-
XYZ58.667.2670.22-
YUV210.36127.23113.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 209 (82.03% from 255) = 33.71%
R=30.65%
G=35.65%
B=33.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902212090.1400.050.13156.7731.3180.59
HexBEDDD1E05D9d1f51
Octal27633532116051523537121
Binary10111110110111011101000111100101110110011101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDD1; }

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

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

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

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

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

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

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

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