Html Css Color HEX #BFE0A0 Pixie Green

📋 copy color: '#BFE0A0'

red 191 ◦ green 224 ◦ blue 160

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

Shades of Pixie Green #BFE0A0

Tints of Pixie Green #BFE0A0

RGB

 RED value IS 191 (75% from 255) = 33.22%

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

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

R = 33.22%
G = 38.96%
B = 27.83%

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

#BFE0A0 (or 0xBFE0A0) is known color: Pixie Green. HEX triplet: BF, E0 and A0. RGB value is (191,224,160). Sum of RGB (Red+Green+Blue) = 191+224+160=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE0A0 is #401F5F. Grayscale: #CFCFCF. Windows color (decimal): -4202336 or 10543295. OLE color: 10543295.

HSL color Cylindrical-coordinate representation of color #BFE0A0: hue angle of 90.94º 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 #BFE0A0 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 160 -
CMYK 0.15 0 0.29 0.12
HSL 90.94º 0.51% 0.75% -
HSV(B) 90.94º 0.29% 0.88% -
XYZ 54.49 66.93 43.3 -
YUV 206.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 191 224 160 0.15 0 0.29 0.12 90.94 0.51 0.75
Hex BF E0 A0 F 0 1D C 5B 33 4B
Octal 277 340 240 17 0 35 14 133 63 113
Binary 10111111 11100000 10100000 1111 0 11101 1100 1011011 110011 1001011

Color Harmonies of #BFE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0A0

Black with #BFE0A0

Text Example


Text Example

White with #BFE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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