Html Css Color HEX #BEBCB1 Grey Nickel

📋 copy color: '#BEBCB1'

red 190 ◦ green 188 ◦ blue 177

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

Shades of Grey Nickel #BEBCB1

Tints of Grey Nickel #BEBCB1

RGB

 RED value IS 190 (74.61% from 255) = 34.23%

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

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

R = 34.23%
G = 33.87%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BEBCB1 (or 0xBEBCB1) is known color: Grey Nickel. HEX triplet: BE, BC and B1. RGB value is (190,188,177). Sum of RGB (Red+Green+Blue) = 190+188+177=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCB1 is #41434E. Grayscale: #BBBBBB. Windows color (decimal): -4277071 or 11648190. OLE color: 11648190.

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

Color convert

RGB 190 188 177 -
CMYK 0 0.01 0.07 0.25
HSL 50.77º 0.09% 0.72% -
HSV(B) 50.77º 0.07% 0.75% -
XYZ 47.15 50.09 48.78 -
YUV 187.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 190 188 177 0 0.01 0.07 0.25 50.77 0.09 0.72
Hex BE BC B1 0 1 7 19 33 9 48
Octal 276 274 261 0 1 7 31 63 11 110
Binary 10111110 10111100 10110001 0 1 111 11001 110011 1001 1001000

Color Harmonies of #BEBCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCB1

Black with #BEBCB1

Text Example


Text Example

White with #BEBCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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