#BFBAAA

Color #BFBAAA Grey Nickel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Nickel #BFBAAA

Tints of Grey Nickel #BFBAAA

Color information

#BFBAAA (or 0xBFBAAA) is unknown color: approx Grey Nickel. HEX triplet: BF, BA and AA. RGB value is (191,186,170). Sum of RGB (Red+Green+Blue) = 191+186+170=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAAA is #404555. Grayscale: #B9B9B9. Windows color (decimal): -4212054 or 11188927. OLE color: 11188927.

HSL color Cylindrical-coordinate representation of color #BFBAAA: hue angle of 45.71º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBAAA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB191186170-
CMYK00.030.110.25
HSL45.71º14.09%70.78%-
HSV(B)45.71º10.99%74.9%-
XYZ46.349.145.07-
YUV185.67119.16131.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=34.92%
G=34.00%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118617000.030.110.2545.7114.0970.78
HexBFBAAA03B192ee47
Octal2772722520313315616107
Binary10111111101110101010101001110111100110111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAAA; }

 p { color: rgb(191,186,170); }

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

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

 a { background-color: rgb(191,186,170); }

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

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

 span { border-color: rgb(191,186,170); }

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