Html Css Color HEX #BFCFB1 Pixie Green

📋 copy color: '#BFCFB1'

red 191 ◦ green 207 ◦ blue 177

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

Shades of Pixie Green #BFCFB1

Tints of Pixie Green #BFCFB1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36%

 BLUE value IS 177 (69.53% from 255) = 30.78%

R = 33.22%
G = 36%
B = 30.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#BFCFB1 (or 0xBFCFB1) is known color: Pixie Green. HEX triplet: BF, CF and B1. RGB value is (191,207,177). Sum of RGB (Red+Green+Blue) = 191+207+177=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCFB1 is #40304E. Grayscale: #C6C6C6. Windows color (decimal): -4206671 or 11653055. OLE color: 11653055.

HSL color Cylindrical-coordinate representation of color #BFCFB1: hue angle of 92º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCFB1 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 207 177 -
CMYK 0.08 0 0.14 0.19
HSL 92º 0.24% 0.75% -
HSV(B) 92º 0.14% 0.81% -
XYZ 51.73 58.88 50.23 -
YUV 198.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 191 207 177 0.08 0 0.14 0.19 92 0.24 0.75
Hex BF CF B1 8 0 E 13 5C 18 4B
Octal 277 317 261 10 0 16 23 134 30 113
Binary 10111111 11001111 10110001 1000 0 1110 10011 1011100 11000 1001011

Color Harmonies of #BFCFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFB1

Black with #BFCFB1

Text Example


Text Example

White with #BFCFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFB1; }

 p { color: rgb(191,207,177); }

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

background-color css

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

 a { background-color: rgb(191,207,177); }

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

border-color css

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

 span { border-color: rgb(191,207,177); }

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