Html Css Color HEX #BEF2DA Aero Blue

📋 copy color: '#BEF2DA'

red 190 ◦ green 242 ◦ blue 218

#BEF2DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BEF2DA

Tints of Aero Blue #BEF2DA

RGB

 RED value IS 190 (74.61% from 255) = 29.23%

 GREEN value IS 242 (94.92% from 255) = 37.23%

 BLUE value IS 218 (85.55% from 255) = 33.54%

R = 29.23%
G = 37.23%
B = 33.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BEF2DA (or 0xBEF2DA) is known color: Aero Blue. HEX triplet: BE, F2 and DA. RGB value is (190,242,218). Sum of RGB (Red+Green+Blue) = 190+242+218=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2DA is #410D25. Grayscale: #DFDFDF. Windows color (decimal): -4263206 or 14348990. OLE color: 14348990.

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

Color convert

RGB 190 242 218 -
CMYK 0.21 0 0.10 0.05
HSL 152.31º 0.67% 0.85% -
HSV(B) 152.31º 0.21% 0.95% -
XYZ 65.64 79.51 78.22 -
YUV 223.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 190 242 218 0.21 0 0.10 0.05 152.31 0.67 0.85
Hex BE F2 DA 15 0 A 5 98 43 55
Octal 276 362 332 25 0 12 5 230 103 125
Binary 10111110 11110010 11011010 10101 0 1010 101 10011000 1000011 1010101

Color Harmonies of #BEF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2DA

Black with #BEF2DA

Text Example


Text Example

White with #BEF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2DA; }

 p { color: rgb(190,242,218); }

 H1.HeaderClassName
 {
   color: #BEF2DA;
 }
 .AnyTagClassName
 {
   color: #BEF2DA;
 }
</style>

background-color css

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

 a { background-color: rgb(190,242,218); }

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

border-color css

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

 span { border-color: rgb(190,242,218); }

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