Html Css Color HEX #BEF4DB Aero Blue

📋 copy color: '#BEF4DB'

red 190 ◦ green 244 ◦ blue 219

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

Shades of Aero Blue #BEF4DB

Tints of Aero Blue #BEF4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.37%

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

R = 29.1%
G = 37.37%
B = 33.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#BEF4DB (or 0xBEF4DB) is known color: Aero Blue. HEX triplet: BE, F4 and DB. RGB value is (190,244,219). Sum of RGB (Red+Green+Blue) = 190+244+219=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF4DB is #410B24. Grayscale: #E1E1E1. Windows color (decimal): -4262693 or 14415038. OLE color: 14415038.

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

Color convert

RGB 190 244 219 -
CMYK 0.22 0 0.10 0.04
HSL 152.22º 0.71% 0.85% -
HSV(B) 152.22º 0.22% 0.96% -
XYZ 66.37 80.76 79.11 -
YUV 225 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 190 244 219 0.22 0 0.10 0.04 152.22 0.71 0.85
Hex BE F4 DB 16 0 A 4 98 47 55
Octal 276 364 333 26 0 12 4 230 107 125
Binary 10111110 11110100 11011011 10110 0 1010 100 10011000 1000111 1010101

Color Harmonies of #BEF4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF4DB

Black with #BEF4DB

Text Example


Text Example

White with #BEF4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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