#BEDDCD

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

Shades of Aero Blue #BEDDCD

Tints of Aero Blue #BEDDCD

Color information

#BEDDCD (or 0xBEDDCD) is unknown color: approx Aero Blue. HEX triplet: BE, DD and CD. RGB value is (190,221,205). Sum of RGB (Red+Green+Blue) = 190+221+205=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDCD is #412232. Grayscale: #D1D1D1. Windows color (decimal): -4268595 or 13491646. OLE color: 13491646.

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

Color convert

RGB190221205-
CMYK0.1400.070.13
HSL149.03º31.31%80.59%-
HSV(B)149.03º14.03%86.67%-
XYZ58.1167.0767.64-
YUV209.91125.23113.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=30.84%
G=35.88%
B=33.28%

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
Decimal1902212050.1400.070.13149.0331.3180.59
HexBEDDCDE07D951f51
Octal27633531516071522537121
Binary10111110110111011100110111100111110110010101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDCD; }

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

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

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

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

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

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

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

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