#BEF3DB

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

Shades of Aero Blue #BEF3DB

Tints of Aero Blue #BEF3DB

Color information

#BEF3DB (or 0xBEF3DB) is unknown color: approx Aero Blue. HEX triplet: BE, F3 and DB. RGB value is (190,243,219). Sum of RGB (Red+Green+Blue) = 190+243+219=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3DB is #410C24. Grayscale: #E0E0E0. Windows color (decimal): -4262949 or 14414782. OLE color: 14414782.

HSL color Cylindrical-coordinate representation of color #BEF3DB: hue angle of 152.83º 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 #BEF3DB is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB190243219-
CMYK0.2200.100.05
HSL152.83º68.83%84.9%-
HSV(B)152.83º21.81%95.29%-
XYZ66.0780.1679.01-
YUV224.42124.94103.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 243 (95.31% from 255) = 37.27%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=29.14%
G=37.27%
B=33.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902432190.2200.100.05152.8368.8384.9
HexBEF3DB160A5994555
Octal276363333260125231105125
Binary10111110111100111101101110110010101011001100110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3DB; }

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

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

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

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

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

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

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

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