Html Css Color HEX #BFBCB1 Grey Nickel

📋 copy color: '#BFBCB1'

red 191 ◦ green 188 ◦ blue 177

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

Shades of Grey Nickel #BFBCB1

Tints of Grey Nickel #BFBCB1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.81%

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

R = 34.35%
G = 33.81%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BFBCB1 (or 0xBFBCB1) is known color: Grey Nickel. HEX triplet: BF, BC and B1. RGB value is (191,188,177). Sum of RGB (Red+Green+Blue) = 191+188+177=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCB1 is #40434E. Grayscale: #BBBBBB. Windows color (decimal): -4211535 or 11648191. OLE color: 11648191.

HSL color Cylindrical-coordinate representation of color #BFBCB1: hue angle of 47.14º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBCB1 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 177 -
CMYK 0 0.02 0.07 0.25
HSL 47.14º 0.1% 0.72% -
HSV(B) 47.14º 0.07% 0.75% -
XYZ 47.4 50.22 48.79 -
YUV 187.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 191 188 177 0 0.02 0.07 0.25 47.14 0.1 0.72
Hex BF BC B1 0 2 7 19 2F A 48
Octal 277 274 261 0 2 7 31 57 12 110
Binary 10111111 10111100 10110001 0 10 111 11001 101111 1010 1001000

Color Harmonies of #BFBCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCB1

Black with #BFBCB1

Text Example


Text Example

White with #BFBCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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