Html Css Color HEX #BEF2DB Aero Blue

📋 copy color: '#BEF2DB'

red 190 ◦ green 242 ◦ blue 219

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

Shades of Aero Blue #BEF2DB

Tints of Aero Blue #BEF2DB

RGB

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

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

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

R = 29.19%
G = 37.17%
B = 33.64%

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

#BEF2DB (or 0xBEF2DB) is known color: Aero Blue. HEX triplet: BE, F2 and DB. RGB value is (190,242,219). Sum of RGB (Red+Green+Blue) = 190+242+219=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2DB is #410D24. Grayscale: #DFDFDF. Windows color (decimal): -4263205 or 14414526. OLE color: 14414526.

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

Color convert

RGB 190 242 219 -
CMYK 0.21 0 0.10 0.05
HSL 153.46º 0.67% 0.85% -
HSV(B) 153.46º 0.21% 0.95% -
XYZ 65.77 79.57 78.91 -
YUV 223.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 190 242 219 0.21 0 0.10 0.05 153.46 0.67 0.85
Hex BE F2 DB 15 0 A 5 99 43 55
Octal 276 362 333 25 0 12 5 231 103 125
Binary 10111110 11110010 11011011 10101 0 1010 101 10011001 1000011 1010101

Color Harmonies of #BEF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2DB

Black with #BEF2DB

Text Example


Text Example

White with #BEF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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