Html Css Color HEX #BEF7DB Aero Blue

📋 copy color: '#BEF7DB'

red 190 ◦ green 247 ◦ blue 219

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

Shades of Aero Blue #BEF7DB

Tints of Aero Blue #BEF7DB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.65%

 BLUE value IS 219 (85.94% from 255) = 33.38%

R = 28.96%
G = 37.65%
B = 33.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#BEF7DB (or 0xBEF7DB) is known color: Aero Blue. HEX triplet: BE, F7 and DB. RGB value is (190,247,219). Sum of RGB (Red+Green+Blue) = 190+247+219=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7DB is #410824. Grayscale: #E2E2E2. Windows color (decimal): -4261925 or 14415806. OLE color: 14415806.

HSL color Cylindrical-coordinate representation of color #BEF7DB: hue angle of 150.53º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7DB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 247 219 -
CMYK 0.23 0 0.11 0.03
HSL 150.53º 0.78% 0.86% -
HSV(B) 150.53º 0.23% 0.97% -
XYZ 67.28 82.58 79.41 -
YUV 226.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 190 247 219 0.23 0 0.11 0.03 150.53 0.78 0.86
Hex BE F7 DB 17 0 B 3 97 4E 56
Octal 276 367 333 27 0 13 3 227 116 126
Binary 10111110 11110111 11011011 10111 0 1011 11 10010111 1001110 1010110

Color Harmonies of #BEF7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF7DB

Black with #BEF7DB

Text Example


Text Example

White with #BEF7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF7DB; }

 p { color: rgb(190,247,219); }

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

background-color css

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

 a { background-color: rgb(190,247,219); }

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

border-color css

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

 span { border-color: rgb(190,247,219); }

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