#BEF4DC

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

Shades of Aero Blue #BEF4DC

Tints of Aero Blue #BEF4DC

Color information

#BEF4DC (or 0xBEF4DC) is unknown color: approx Aero Blue. HEX triplet: BE, F4 and DC. RGB value is (190,244,220). Sum of RGB (Red+Green+Blue) = 190+244+220=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF4DC is #410B23. Grayscale: #E1E1E1. Windows color (decimal): -4262692 or 14480574. OLE color: 14480574.

HSL color Cylindrical-coordinate representation of color #BEF4DC: hue angle of 153.33º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF4DC is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB190244220-
CMYK0.2200.100.04
HSL153.33º71.05%85.1%-
HSV(B)153.33º22.13%95.69%-
XYZ66.580.8279.8-
YUV225.12125.11102.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 244 (95.70% from 255) = 37.31%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=29.05%
G=37.31%
B=33.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902442200.2200.100.04153.3371.0585.1
HexBEF4DC160A4994755
Octal276364334260124231107125
Binary10111110111101001101110010110010101001001100110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF4DC; }

 p { color: rgb(190,244,220); }

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

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

 a { background-color: rgb(190,244,220); }

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

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

 span { border-color: rgb(190,244,220); }

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