#BFCFAD

Color #BFCFAD Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BFCFAD

Tints of Pixie Green #BFCFAD

Color information

#BFCFAD (or 0xBFCFAD) is unknown color: approx Pixie Green. HEX triplet: BF, CF and AD. RGB value is (191,207,173). Sum of RGB (Red+Green+Blue) = 191+207+173=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCFAD is #403052. Grayscale: #C6C6C6. Windows color (decimal): -4206675 or 11390911. OLE color: 11390911.

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

Color convert

RGB191207173-
CMYK0.0800.160.19
HSL88.24º26.15%74.51%-
HSV(B)88.24º16.43%81.18%-
XYZ51.3458.7248.16-
YUV198.34113.7122.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=33.45%
G=36.25%
B=30.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071730.0800.160.1988.2426.1574.51
HexBFCFAD801013581a4b
Octal277317255100202313032113
Binary1011111111001111101011011000010000100111011000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFAD; }

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

 H1.HeaderClassName
 {
   color: #BFCFAD;
 }
 .AnyTagClassName
 {
   color: #BFCFAD;
 }
</style>
background-color css

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

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

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

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

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

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