Html Css Color HEX #BEBBB0 Grey Nickel

📋 copy color: '#BEBBB0'

red 190 ◦ green 187 ◦ blue 176

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

Shades of Grey Nickel #BEBBB0

Tints of Grey Nickel #BEBBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.82%

 BLUE value IS 176 (69.14% from 255) = 31.83%

R = 34.36%
G = 33.82%
B = 31.83%

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

#BEBBB0 (or 0xBEBBB0) is known color: Grey Nickel. HEX triplet: BE, BB and B0. RGB value is (190,187,176). Sum of RGB (Red+Green+Blue) = 190+187+176=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBB0 is #41444F. Grayscale: #BABABA. Windows color (decimal): -4277328 or 11582398. OLE color: 11582398.

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

Color convert

RGB 190 187 176 -
CMYK 0 0.02 0.07 0.25
HSL 47.14º 0.1% 0.72% -
HSV(B) 47.14º 0.07% 0.75% -
XYZ 46.84 49.62 48.18 -
YUV 186.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 190 187 176 0 0.02 0.07 0.25 47.14 0.1 0.72
Hex BE BB B0 0 2 7 19 2F A 48
Octal 276 273 260 0 2 7 31 57 12 110
Binary 10111110 10111011 10110000 0 10 111 11001 101111 1010 1001000

Color Harmonies of #BEBBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBBB0

Black with #BEBBB0

Text Example


Text Example

White with #BEBBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBBB0; }

 p { color: rgb(190,187,176); }

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

background-color css

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

 a { background-color: rgb(190,187,176); }

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

border-color css

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

 span { border-color: rgb(190,187,176); }

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