Html Css Color HEX #BFBBAB Grey Nickel

📋 copy color: '#BFBBAB'

red 191 ◦ green 187 ◦ blue 171

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

Shades of Grey Nickel #BFBBAB

Tints of Grey Nickel #BFBBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.15%

R = 34.79%
G = 34.06%
B = 31.15%

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

#BFBBAB (or 0xBFBBAB) is known color: Grey Nickel. HEX triplet: BF, BB and AB. RGB value is (191,187,171). Sum of RGB (Red+Green+Blue) = 191+187+171=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBAB is #404454. Grayscale: #BABABA. Windows color (decimal): -4211797 or 11254719. OLE color: 11254719.

HSL color Cylindrical-coordinate representation of color #BFBBAB: hue angle of 48º degrees, saturation: 0.14, 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 #BFBBAB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 171 -
CMYK 0 0.02 0.10 0.25
HSL 48º 0.14% 0.71% -
HSV(B) 48º 0.1% 0.75% -
XYZ 46.61 49.56 45.64 -
YUV 186.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 191 187 171 0 0.02 0.10 0.25 48 0.14 0.71
Hex BF BB AB 0 2 A 19 30 E 47
Octal 277 273 253 0 2 12 31 60 16 107
Binary 10111111 10111011 10101011 0 10 1010 11001 110000 1110 1000111

Color Harmonies of #BFBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBAB

Black with #BFBBAB

Text Example


Text Example

White with #BFBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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