#BEF3D2

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

Shades of Aero Blue #BEF3D2

Tints of Aero Blue #BEF3D2

Color information

#BEF3D2 (or 0xBEF3D2) is unknown color: approx Aero Blue. HEX triplet: BE, F3 and D2. RGB value is (190,243,210). Sum of RGB (Red+Green+Blue) = 190+243+210=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3D2 is #410C2D. Grayscale: #DFDFDF. Windows color (decimal): -4262958 or 13824958. OLE color: 13824958.

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

Color convert

RGB190243210-
CMYK0.2200.140.05
HSL142.64º68.83%84.9%-
HSV(B)142.64º21.81%95.29%-
XYZ64.9279.772.94-
YUV223.39120.44104.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 243 (95.31% from 255) = 37.79%
BLUE value IS 210 (82.42% from 255) = 32.66%
R=29.55%
G=37.79%
B=32.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902432100.2200.140.05142.6468.8384.9
HexBEF3D2160E58f4555
Octal276363322260165217105125
Binary10111110111100111101001010110011101011000111110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3D2; }

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

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

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

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

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

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

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

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