Html Css Color HEX #BFBCAD Grey Nickel

📋 copy color: '#BFBCAD'

red 191 ◦ green 188 ◦ blue 173

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

Shades of Grey Nickel #BFBCAD

Tints of Grey Nickel #BFBCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.34%

R = 34.6%
G = 34.06%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BFBCAD (or 0xBFBCAD) is known color: Grey Nickel. HEX triplet: BF, BC and AD. RGB value is (191,188,173). Sum of RGB (Red+Green+Blue) = 191+188+173=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCAD is #404352. Grayscale: #BBBBBB. Windows color (decimal): -4211539 or 11386047. OLE color: 11386047.

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

Color convert

RGB 191 188 173 -
CMYK 0 0.02 0.09 0.25
HSL 50º 0.12% 0.71% -
HSV(B) 50º 0.09% 0.75% -
XYZ 47.01 50.06 46.72 -
YUV 187.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 191 188 173 0 0.02 0.09 0.25 50 0.12 0.71
Hex BF BC AD 0 2 9 19 32 C 47
Octal 277 274 255 0 2 11 31 62 14 107
Binary 10111111 10111100 10101101 0 10 1001 11001 110010 1100 1000111

Color Harmonies of #BFBCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCAD

Black with #BFBCAD

Text Example


Text Example

White with #BFBCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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