Html Css Color HEX #BEBCB3 Grey Nickel

📋 copy color: '#BEBCB3'

red 190 ◦ green 188 ◦ blue 179

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

Shades of Grey Nickel #BEBCB3

Tints of Grey Nickel #BEBCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.14%

R = 34.11%
G = 33.75%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BEBCB3 (or 0xBEBCB3) is known color: Grey Nickel. HEX triplet: BE, BC and B3. RGB value is (190,188,179). Sum of RGB (Red+Green+Blue) = 190+188+179=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCB3 is #41434C. Grayscale: #BBBBBB. Windows color (decimal): -4277069 or 11779262. OLE color: 11779262.

HSL color Cylindrical-coordinate representation of color #BEBCB3: hue angle of 49.09º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEBCB3 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 179 -
CMYK 0 0.01 0.06 0.25
HSL 49.09º 0.08% 0.72% -
HSV(B) 49.09º 0.06% 0.75% -
XYZ 47.36 50.17 49.84 -
YUV 187.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 190 188 179 0 0.01 0.06 0.25 49.09 0.08 0.72
Hex BE BC B3 0 1 6 19 31 8 48
Octal 276 274 263 0 1 6 31 61 10 110
Binary 10111110 10111100 10110011 0 1 110 11001 110001 1000 1001000

Color Harmonies of #BEBCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCB3

Black with #BEBCB3

Text Example


Text Example

White with #BEBCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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