Html Css Color HEX #BEF1DB Aero Blue

📋 copy color: '#BEF1DB'

red 190 ◦ green 241 ◦ blue 219

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

Shades of Aero Blue #BEF1DB

Tints of Aero Blue #BEF1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.08%

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

R = 29.23%
G = 37.08%
B = 33.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#BEF1DB (or 0xBEF1DB) is known color: Aero Blue. HEX triplet: BE, F1 and DB. RGB value is (190,241,219). Sum of RGB (Red+Green+Blue) = 190+241+219=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1DB is #410E24. Grayscale: #DFDFDF. Windows color (decimal): -4263461 or 14414270. OLE color: 14414270.

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

Color convert

RGB 190 241 219 -
CMYK 0.21 0 0.09 0.05
HSL 154.12º 0.65% 0.85% -
HSV(B) 154.12º 0.21% 0.95% -
XYZ 65.48 78.97 78.81 -
YUV 223.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 190 241 219 0.21 0 0.09 0.05 154.12 0.65 0.85
Hex BE F1 DB 15 0 9 5 9A 41 55
Octal 276 361 333 25 0 11 5 232 101 125
Binary 10111110 11110001 11011011 10101 0 1001 101 10011010 1000001 1010101

Color Harmonies of #BEF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1DB

Black with #BEF1DB

Text Example


Text Example

White with #BEF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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