Html Css Color HEX #BEF6D9 Aero Blue

📋 copy color: '#BEF6D9'

red 190 ◦ green 246 ◦ blue 217

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

Shades of Aero Blue #BEF6D9

Tints of Aero Blue #BEF6D9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.67%

 BLUE value IS 217 (85.16% from 255) = 33.23%

R = 29.1%
G = 37.67%
B = 33.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#BEF6D9 (or 0xBEF6D9) is known color: Aero Blue. HEX triplet: BE, F6 and D9. RGB value is (190,246,217). Sum of RGB (Red+Green+Blue) = 190+246+217=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6D9 is #410926. Grayscale: #E2E2E2. Windows color (decimal): -4262183 or 14284478. OLE color: 14284478.

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

Color convert

RGB 190 246 217 -
CMYK 0.23 0 0.12 0.04
HSL 148.93º 0.76% 0.85% -
HSV(B) 148.93º 0.23% 0.96% -
XYZ 66.72 81.87 77.93 -
YUV 225.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 190 246 217 0.23 0 0.12 0.04 148.93 0.76 0.85
Hex BE F6 D9 17 0 C 4 95 4C 55
Octal 276 366 331 27 0 14 4 225 114 125
Binary 10111110 11110110 11011001 10111 0 1100 100 10010101 1001100 1010101

Color Harmonies of #BEF6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF6D9

Black with #BEF6D9

Text Example


Text Example

White with #BEF6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF6D9; }

 p { color: rgb(190,246,217); }

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

background-color css

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

 a { background-color: rgb(190,246,217); }

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

border-color css

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

 span { border-color: rgb(190,246,217); }

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