Html Css Color HEX #BFBBAC Grey Nickel

📋 copy color: '#BFBBAC'

red 191 ◦ green 187 ◦ blue 172

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

Shades of Grey Nickel #BFBBAC

Tints of Grey Nickel #BFBBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34%

 BLUE value IS 172 (67.58% from 255) = 31.27%

R = 34.73%
G = 34%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BFBBAC (or 0xBFBBAC) is known color: Grey Nickel. HEX triplet: BF, BB and AC. RGB value is (191,187,172). Sum of RGB (Red+Green+Blue) = 191+187+172=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBAC is #404453. Grayscale: #BABABA. Windows color (decimal): -4211796 or 11320255. OLE color: 11320255.

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

Color convert

RGB 191 187 172 -
CMYK 0 0.02 0.10 0.25
HSL 47.37º 0.13% 0.71% -
HSV(B) 47.37º 0.1% 0.75% -
XYZ 46.7 49.6 46.14 -
YUV 186.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 191 187 172 0 0.02 0.10 0.25 47.37 0.13 0.71
Hex BF BB AC 0 2 A 19 2F D 47
Octal 277 273 254 0 2 12 31 57 15 107
Binary 10111111 10111011 10101100 0 10 1010 11001 101111 1101 1000111

Color Harmonies of #BFBBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBAC

Black with #BFBBAC

Text Example


Text Example

White with #BFBBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBAC; }

 p { color: rgb(191,187,172); }

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

background-color css

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

 a { background-color: rgb(191,187,172); }

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

border-color css

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

 span { border-color: rgb(191,187,172); }

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