#BEECD0

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

Shades of Aero Blue #BEECD0

Tints of Aero Blue #BEECD0

Color information

#BEECD0 (or 0xBEECD0) is unknown color: approx Aero Blue. HEX triplet: BE, EC and D0. RGB value is (190,236,208). Sum of RGB (Red+Green+Blue) = 190+236+208=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECD0 is #41132F. Grayscale: #DBDBDB. Windows color (decimal): -4264752 or 13692094. OLE color: 13692094.

HSL color Cylindrical-coordinate representation of color #BEECD0: hue angle of 143.48º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECD0 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB190236208-
CMYK0.1900.120.07
HSL143.48º54.76%83.53%-
HSV(B)143.48º19.49%92.55%-
XYZ62.6275.4970.95-
YUV219.05121.76107.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.97%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=29.97%
G=37.22%
B=32.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902362080.1900.120.07143.4854.7683.53
HexBEECD0130C78f3754
Octal27635432023014721767124
Binary1011111011101100110100001001101100111100011111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEECD0; }

 p { color: rgb(190,236,208); }

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

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

 a { background-color: rgb(190,236,208); }

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

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

 span { border-color: rgb(190,236,208); }

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