Html Css Color HEX #BEBCB2 Grey Nickel

📋 copy color: '#BEBCB2'

red 190 ◦ green 188 ◦ blue 178

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

Shades of Grey Nickel #BEBCB2

Tints of Grey Nickel #BEBCB2

RGB

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

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

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

R = 34.17%
G = 33.81%
B = 32.01%

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

#BEBCB2 (or 0xBEBCB2) is known color: Grey Nickel. HEX triplet: BE, BC and B2. RGB value is (190,188,178). Sum of RGB (Red+Green+Blue) = 190+188+178=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCB2 is #41434D. Grayscale: #BBBBBB. Windows color (decimal): -4277070 or 11713726. OLE color: 11713726.

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

Color convert

RGB 190 188 178 -
CMYK 0 0.01 0.06 0.25
HSL 50º 0.08% 0.72% -
HSV(B) 50º 0.06% 0.75% -
XYZ 47.25 50.13 49.3 -
YUV 187.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 190 188 178 0 0.01 0.06 0.25 50 0.08 0.72
Hex BE BC B2 0 1 6 19 32 8 48
Octal 276 274 262 0 1 6 31 62 10 110
Binary 10111110 10111100 10110010 0 1 110 11001 110010 1000 1001000

Color Harmonies of #BEBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCB2

Black with #BEBCB2

Text Example


Text Example

White with #BEBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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