Html Css Color HEX #B6B5B2 Grey Nickel

📋 copy color: '#B6B5B2'

red 182 ◦ green 181 ◦ blue 178

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

Shades of Grey Nickel #B6B5B2

Tints of Grey Nickel #B6B5B2

RGB

 RED value IS 182 (71.48% from 255) = 33.64%

 GREEN value IS 181 (71.09% from 255) = 33.46%

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

R = 33.64%
G = 33.46%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B6B5B2 (or 0xB6B5B2) is known color: Grey Nickel. HEX triplet: B6, B5 and B2. RGB value is (182,181,178). Sum of RGB (Red+Green+Blue) = 182+181+178=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B5B2 is #494A4D. Grayscale: #B4B4B4. Windows color (decimal): -4803150 or 11711926. OLE color: 11711926.

HSL color Cylindrical-coordinate representation of color #B6B5B2: hue angle of 45º degrees, saturation: 0.03, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B6B5B2 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 181 178 -
CMYK 0 0.01 0.02 0.29
HSL 45º 0.03% 0.71% -
HSV(B) 45º 0.02% 0.71% -
XYZ 43.85 46.21 48.73 -
YUV 180.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 182 181 178 0 0.01 0.02 0.29 45 0.03 0.71
Hex B6 B5 B2 0 1 2 1D 2D 3 47
Octal 266 265 262 0 1 2 35 55 3 107
Binary 10110110 10110101 10110010 0 1 10 11101 101101 11 1000111

Color Harmonies of #B6B5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B5B2

Black with #B6B5B2

Text Example


Text Example

White with #B6B5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B5B2; }

 p { color: rgb(182,181,178); }

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

background-color css

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

 a { background-color: rgb(182,181,178); }

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

border-color css

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

 span { border-color: rgb(182,181,178); }

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