Html Css Color HEX #BEE0A0 Pixie Green

📋 copy color: '#BEE0A0'

red 190 ◦ green 224 ◦ blue 160

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

Shades of Pixie Green #BEE0A0

Tints of Pixie Green #BEE0A0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.02%

 BLUE value IS 160 (62.89% from 255) = 27.87%

R = 33.1%
G = 39.02%
B = 27.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#BEE0A0 (or 0xBEE0A0) is known color: Pixie Green. HEX triplet: BE, E0 and A0. RGB value is (190,224,160). Sum of RGB (Red+Green+Blue) = 190+224+160=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 160 (62.89% from 255 or 27.87% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEE0A0 is #411F5F. Grayscale: #CECECE. Windows color (decimal): -4267872 or 10543294. OLE color: 10543294.

HSL color Cylindrical-coordinate representation of color #BEE0A0: hue angle of 91.88º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEE0A0 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 224 160 -
CMYK 0.15 0 0.29 0.12
HSL 91.88º 0.51% 0.75% -
HSV(B) 91.88º 0.29% 0.88% -
XYZ 54.24 66.8 43.29 -
YUV 206.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 190 224 160 0.15 0 0.29 0.12 91.88 0.51 0.75
Hex BE E0 A0 F 0 1D C 5C 33 4B
Octal 276 340 240 17 0 35 14 134 63 113
Binary 10111110 11100000 10100000 1111 0 11101 1100 1011100 110011 1001011

Color Harmonies of #BEE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0A0

Black with #BEE0A0

Text Example


Text Example

White with #BEE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0A0; }

 p { color: rgb(190,224,160); }

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

background-color css

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

 a { background-color: rgb(190,224,160); }

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

border-color css

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

 span { border-color: rgb(190,224,160); }

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