Html Css Color HEX #BFBCB2 Grey Nickel

📋 copy color: '#BFBCB2'

red 191 ◦ green 188 ◦ blue 178

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

Shades of Grey Nickel #BFBCB2

Tints of Grey Nickel #BFBCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.96%

R = 34.29%
G = 33.75%
B = 31.96%

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

#BFBCB2 (or 0xBFBCB2) is known color: Grey Nickel. HEX triplet: BF, BC and B2. RGB value is (191,188,178). Sum of RGB (Red+Green+Blue) = 191+188+178=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCB2 is #40434D. Grayscale: #BBBBBB. Windows color (decimal): -4211534 or 11713727. OLE color: 11713727.

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

Color convert

RGB 191 188 178 -
CMYK 0 0.02 0.07 0.25
HSL 46.15º 0.09% 0.72% -
HSV(B) 46.15º 0.07% 0.75% -
XYZ 47.5 50.26 49.32 -
YUV 187.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 191 188 178 0 0.02 0.07 0.25 46.15 0.09 0.72
Hex BF BC B2 0 2 7 19 2E 9 48
Octal 277 274 262 0 2 7 31 56 11 110
Binary 10111111 10111100 10110010 0 10 111 11001 101110 1001 1001000

Color Harmonies of #BFBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCB2

Black with #BFBCB2

Text Example


Text Example

White with #BFBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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