Html Css Color HEX #BFDD9F Pixie Green

📋 copy color: '#BFDD9F'

red 191 ◦ green 221 ◦ blue 159

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

Shades of Pixie Green #BFDD9F

Tints of Pixie Green #BFDD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.7%

 BLUE value IS 159 (62.5% from 255) = 27.85%

R = 33.45%
G = 38.7%
B = 27.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#BFDD9F (or 0xBFDD9F) is known color: Pixie Green. HEX triplet: BF, DD and 9F. RGB value is (191,221,159). Sum of RGB (Red+Green+Blue) = 191+221+159=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD9F is #402260. Grayscale: #CDCDCD. Windows color (decimal): -4203105 or 10476991. OLE color: 10476991.

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

Color convert

RGB 191 221 159 -
CMYK 0.14 0 0.28 0.13
HSL 89.03º 0.48% 0.75% -
HSV(B) 89.03º 0.28% 0.87% -
XYZ 53.6 65.29 42.58 -
YUV 204.96 102.06 118.04 -
System Red Green Blue C M Y K H S L
Decimal 191 221 159 0.14 0 0.28 0.13 89.03 0.48 0.75
Hex BF DD 9F E 0 1C D 59 30 4B
Octal 277 335 237 16 0 34 15 131 60 113
Binary 10111111 11011101 10011111 1110 0 11100 1101 1011001 110000 1001011

Color Harmonies of #BFDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD9F

Black with #BFDD9F

Text Example


Text Example

White with #BFDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD9F; }

 p { color: rgb(191,221,159); }

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

background-color css

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

 a { background-color: rgb(191,221,159); }

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

border-color css

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

 span { border-color: rgb(191,221,159); }

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