#BEF9D3

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

Shades of Aero Blue #BEF9D3

Tints of Aero Blue #BEF9D3

Color information

#BEF9D3 (or 0xBEF9D3) is unknown color: approx Aero Blue. HEX triplet: BE, F9 and D3. RGB value is (190,249,211). Sum of RGB (Red+Green+Blue) = 190+249+211=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9D3 is #41062C. Grayscale: #E3E3E3. Windows color (decimal): -4261421 or 13892030. OLE color: 13892030.

HSL color Cylindrical-coordinate representation of color #BEF9D3: hue angle of 141.36º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9D3 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB190249211-
CMYK0.2400.150.02
HSL141.36º83.1%86.08%-
HSV(B)141.36º23.69%97.65%-
XYZ66.8783.474.2-
YUV227.03118.95101.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 249 (97.66% from 255) = 38.31%
BLUE value IS 211 (82.81% from 255) = 32.46%
R=29.23%
G=38.31%
B=32.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902492110.2400.150.02141.3683.186.08
HexBEF9D3180F28d5356
Octal276371323300172215123126
Binary1011111011111001110100111100001111101000110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9D3; }

 p { color: rgb(190,249,211); }

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

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

 a { background-color: rgb(190,249,211); }

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

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

 span { border-color: rgb(190,249,211); }

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