Html Css Color HEX #BFDF9F Pixie Green

📋 copy color: '#BFDF9F'

red 191 ◦ green 223 ◦ blue 159

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

Shades of Pixie Green #BFDF9F

Tints of Pixie Green #BFDF9F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.92%

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

R = 33.33%
G = 38.92%
B = 27.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#BFDF9F (or 0xBFDF9F) is known color: Pixie Green. HEX triplet: BF, DF and 9F. RGB value is (191,223,159). Sum of RGB (Red+Green+Blue) = 191+223+159=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF9F is #402060. Grayscale: #CECECE. Windows color (decimal): -4202593 or 10477503. OLE color: 10477503.

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

Color convert

RGB 191 223 159 -
CMYK 0.14 0 0.29 0.13
HSL 90º 0.5% 0.75% -
HSV(B) 90º 0.29% 0.87% -
XYZ 54.13 66.35 42.76 -
YUV 206.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 191 223 159 0.14 0 0.29 0.13 90 0.5 0.75
Hex BF DF 9F E 0 1D D 5A 32 4B
Octal 277 337 237 16 0 35 15 132 62 113
Binary 10111111 11011111 10011111 1110 0 11101 1101 1011010 110010 1001011

Color Harmonies of #BFDF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF9F

Black with #BFDF9F

Text Example


Text Example

White with #BFDF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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