#BEEDD0

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

Shades of Aero Blue #BEEDD0

Tints of Aero Blue #BEEDD0

Color information

#BEEDD0 (or 0xBEEDD0) is unknown color: approx Aero Blue. HEX triplet: BE, ED and D0. RGB value is (190,237,208). Sum of RGB (Red+Green+Blue) = 190+237+208=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDD0 is #41122F. Grayscale: #DBDBDB. Windows color (decimal): -4264496 or 13692350. OLE color: 13692350.

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

Color convert

RGB190237208-
CMYK0.2000.120.07
HSL142.98º56.63%83.73%-
HSV(B)142.98º19.83%92.94%-
XYZ62.976.0771.04-
YUV219.64121.43106.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=29.92%
G=37.32%
B=32.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902372080.2000.120.07142.9856.6383.73
HexBEEDD0140C78f3954
Octal27635532024014721771124
Binary1011111011101101110100001010001100111100011111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDD0; }

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

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

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

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

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

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

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

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