Html Css Color HEX #BFDC9E Pixie Green

📋 copy color: '#BFDC9E'

red 191 ◦ green 220 ◦ blue 158

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

Shades of Pixie Green #BFDC9E

Tints of Pixie Green #BFDC9E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.66%

 BLUE value IS 158 (62.11% from 255) = 27.77%

R = 33.57%
G = 38.66%
B = 27.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#BFDC9E (or 0xBFDC9E) is known color: Pixie Green. HEX triplet: BF, DC and 9E. RGB value is (191,220,158). Sum of RGB (Red+Green+Blue) = 191+220+158=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC9E is #402361. Grayscale: #CCCCCC. Windows color (decimal): -4203362 or 10411199. OLE color: 10411199.

HSL color Cylindrical-coordinate representation of color #BFDC9E: hue angle of 88.06º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFDC9E is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 158 -
CMYK 0.13 0 0.28 0.14
HSL 88.06º 0.47% 0.74% -
HSV(B) 88.06º 0.28% 0.86% -
XYZ 53.25 64.73 42.04 -
YUV 204.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 191 220 158 0.13 0 0.28 0.14 88.06 0.47 0.74
Hex BF DC 9E D 0 1C E 58 2F 4A
Octal 277 334 236 15 0 34 16 130 57 112
Binary 10111111 11011100 10011110 1101 0 11100 1110 1011000 101111 1001010

Color Harmonies of #BFDC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC9E

Black with #BFDC9E

Text Example


Text Example

White with #BFDC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC9E; }

 p { color: rgb(191,220,158); }

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

background-color css

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

 a { background-color: rgb(191,220,158); }

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

border-color css

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

 span { border-color: rgb(191,220,158); }

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