Html Css Color HEX #BEFBDB Aero Blue

📋 copy color: '#BEFBDB'

red 190 ◦ green 251 ◦ blue 219

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

Shades of Aero Blue #BEFBDB

Tints of Aero Blue #BEFBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.03%

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

R = 28.79%
G = 38.03%
B = 33.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#BEFBDB (or 0xBEFBDB) is known color: Aero Blue. HEX triplet: BE, FB and DB. RGB value is (190,251,219). Sum of RGB (Red+Green+Blue) = 190+251+219=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFBDB is #410424. Grayscale: #E5E5E5. Windows color (decimal): -4260901 or 14416830. OLE color: 14416830.

HSL color Cylindrical-coordinate representation of color #BEFBDB: hue angle of 148.52º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBDB is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 251 219 -
CMYK 0.24 0 0.13 0.02
HSL 148.52º 0.88% 0.86% -
HSV(B) 148.52º 0.24% 0.98% -
XYZ 68.52 85.06 79.82 -
YUV 229.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 190 251 219 0.24 0 0.13 0.02 148.52 0.88 0.86
Hex BE FB DB 18 0 D 2 95 58 56
Octal 276 373 333 30 0 15 2 225 130 126
Binary 10111110 11111011 11011011 11000 0 1101 10 10010101 1011000 1010110

Color Harmonies of #BEFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFBDB

Black with #BEFBDB

Text Example


Text Example

White with #BEFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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