#BEEBD0

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

Shades of Aero Blue #BEEBD0

Tints of Aero Blue #BEEBD0

Color information

#BEEBD0 (or 0xBEEBD0) is unknown color: approx Aero Blue. HEX triplet: BE, EB and D0. RGB value is (190,235,208). Sum of RGB (Red+Green+Blue) = 190+235+208=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBD0 is #41142F. Grayscale: #DADADA. Windows color (decimal): -4265008 or 13691838. OLE color: 13691838.

HSL color Cylindrical-coordinate representation of color #BEEBD0: hue angle of 144º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBD0 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB190235208-
CMYK0.1900.110.08
HSL144º52.94%83.33%-
HSV(B)144º19.15%92.16%-
XYZ62.3374.9270.85-
YUV218.47122.09107.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=30.02%
G=37.12%
B=32.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352080.1900.110.0814452.9483.33
HexBEEBD0130B8903553
Octal276353320230131022065123
Binary10111110111010111101000010011010111000100100001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBD0; }

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

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

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

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

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

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

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

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