Html Css Color HEX #BEF6D7 Aero Blue

📋 copy color: '#BEF6D7'

red 190 ◦ green 246 ◦ blue 215

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

Shades of Aero Blue #BEF6D7

Tints of Aero Blue #BEF6D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.03%

R = 29.19%
G = 37.79%
B = 33.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#BEF6D7 (or 0xBEF6D7) is known color: Aero Blue. HEX triplet: BE, F6 and D7. RGB value is (190,246,215). Sum of RGB (Red+Green+Blue) = 190+246+215=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF6D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF6D7 is #410928. Grayscale: #E1E1E1. Windows color (decimal): -4262185 or 14153406. OLE color: 14153406.

HSL color Cylindrical-coordinate representation of color #BEF6D7: hue angle of 146.79º 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 #BEF6D7 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 246 215 -
CMYK 0.23 0 0.13 0.04
HSL 146.79º 0.76% 0.85% -
HSV(B) 146.79º 0.23% 0.96% -
XYZ 66.46 81.76 76.57 -
YUV 225.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 190 246 215 0.23 0 0.13 0.04 146.79 0.76 0.85
Hex BE F6 D7 17 0 D 4 93 4C 55
Octal 276 366 327 27 0 15 4 223 114 125
Binary 10111110 11110110 11010111 10111 0 1101 100 10010011 1001100 1010101

Color Harmonies of #BEF6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF6D7

Black with #BEF6D7

Text Example


Text Example

White with #BEF6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF6D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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