Html Css Color HEX #BEFED8 Aero Blue

📋 copy color: '#BEFED8'

red 190 ◦ green 254 ◦ blue 216

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

Shades of Aero Blue #BEFED8

Tints of Aero Blue #BEFED8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.48%

 BLUE value IS 216 (84.77% from 255) = 32.73%

R = 28.79%
G = 38.48%
B = 32.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#BEFED8 (or 0xBEFED8) is known color: Aero Blue. HEX triplet: BE, FE and D8. RGB value is (190,254,216). Sum of RGB (Red+Green+Blue) = 190+254+216=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFED8 is #410127. Grayscale: #E6E6E6. Windows color (decimal): -4260136 or 14220990. OLE color: 14220990.

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

Color convert

RGB 190 254 216 -
CMYK 0.25 0 0.15 0.00
HSL 144.38º 0.97% 0.87% -
HSV(B) 144.38º 0.25% 1% -
XYZ 69.07 86.79 78.08 -
YUV 230.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 190 254 216 0.25 0 0.15 0.00 144.38 0.97 0.87
Hex BE FE D8 19 0 F 0 90 61 57
Octal 276 376 330 31 0 17 0 220 141 127
Binary 10111110 11111110 11011000 11001 0 1111 0 10010000 1100001 1010111

Color Harmonies of #BEFED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFED8

Black with #BEFED8

Text Example


Text Example

White with #BEFED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFED8; }

 p { color: rgb(190,254,216); }

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

background-color css

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

 a { background-color: rgb(190,254,216); }

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

border-color css

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

 span { border-color: rgb(190,254,216); }

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