#BEF3D8

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

Shades of Aero Blue #BEF3D8

Tints of Aero Blue #BEF3D8

Color information

#BEF3D8 (or 0xBEF3D8) is unknown color: approx Aero Blue. HEX triplet: BE, F3 and D8. RGB value is (190,243,216). Sum of RGB (Red+Green+Blue) = 190+243+216=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3D8 is #410C27. Grayscale: #E0E0E0. Windows color (decimal): -4262952 or 14218174. OLE color: 14218174.

HSL color Cylindrical-coordinate representation of color #BEF3D8: hue angle of 149.43º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF3D8 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB190243216-
CMYK0.2200.110.05
HSL149.43º68.83%84.9%-
HSV(B)149.43º21.81%95.29%-
XYZ65.6880.0176.95-
YUV224.08123.44103.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.28%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 216 (84.77% from 255) = 33.28%
R=29.28%
G=37.44%
B=33.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902432160.2200.110.05149.4368.8384.9
HexBEF3D8160B5954555
Octal276363330260135225105125
Binary10111110111100111101100010110010111011001010110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3D8; }

 p { color: rgb(190,243,216); }

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

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

 a { background-color: rgb(190,243,216); }

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

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

 span { border-color: rgb(190,243,216); }

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