Html Css Color HEX #BEFFDE Aero Blue

📋 copy color: '#BEFFDE'

red 190 ◦ green 255 ◦ blue 222

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

Shades of Aero Blue #BEFFDE

Tints of Aero Blue #BEFFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 38.23%

 BLUE value IS 222 (87.11% from 255) = 33.28%

R = 28.49%
G = 38.23%
B = 33.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#BEFFDE (or 0xBEFFDE) is known color: Aero Blue. HEX triplet: BE, FF and DE. RGB value is (190,255,222). Sum of RGB (Red+Green+Blue) = 190+255+222=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFDE is #410021. Grayscale: #E7E7E7. Windows color (decimal): -4259874 or 14614462. OLE color: 14614462.

HSL color Cylindrical-coordinate representation of color #BEFFDE: hue angle of 149.54º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFDE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 190 255 222 -
CMYK 0.25 0 0.13 0
HSL 149.54º 1% 0.87% -
HSV(B) 149.54º 0.25% 1% -
XYZ 70.18 87.74 82.34 -
YUV 231.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 190 255 222 0.25 0 0.13 0 149.54 1 0.87
Hex BE FF DE 19 0 D 0 96 64 57
Octal 276 377 336 31 0 15 0 226 144 127
Binary 10111110 11111111 11011110 11001 0 1101 0 10010110 1100100 1010111

Color Harmonies of #BEFFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFDE

Black with #BEFFDE

Text Example


Text Example

White with #BEFFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFDE; }

 p { color: rgb(190,255,222); }

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

background-color css

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

 a { background-color: rgb(190,255,222); }

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

border-color css

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

 span { border-color: rgb(190,255,222); }

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