Html Css Color HEX #BEFEDA Aero Blue

📋 copy color: '#BEFEDA'

red 190 ◦ green 254 ◦ blue 218

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

Shades of Aero Blue #BEFEDA

Tints of Aero Blue #BEFEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.93%

R = 28.7%
G = 38.37%
B = 32.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#BEFEDA (or 0xBEFEDA) is known color: Aero Blue. HEX triplet: BE, FE and DA. RGB value is (190,254,218). Sum of RGB (Red+Green+Blue) = 190+254+218=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEDA is #410125. Grayscale: #E6E6E6. Windows color (decimal): -4260134 or 14352062. OLE color: 14352062.

HSL color Cylindrical-coordinate representation of color #BEFEDA: hue angle of 146.25º 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 #BEFEDA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 254 218 -
CMYK 0.25 0 0.14 0.00
HSL 146.25º 0.97% 0.87% -
HSV(B) 146.25º 0.25% 1% -
XYZ 69.33 86.89 79.45 -
YUV 230.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 190 254 218 0.25 0 0.14 0.00 146.25 0.97 0.87
Hex BE FE DA 19 0 E 0 92 61 57
Octal 276 376 332 31 0 16 0 222 141 127
Binary 10111110 11111110 11011010 11001 0 1110 0 10010010 1100001 1010111

Color Harmonies of #BEFEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFEDA

Black with #BEFEDA

Text Example


Text Example

White with #BEFEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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