Html Css Color HEX #B8B5AB Grey Nickel

📋 copy color: '#B8B5AB'

red 184 ◦ green 181 ◦ blue 171

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

Shades of Grey Nickel #B8B5AB

Tints of Grey Nickel #B8B5AB

RGB

 RED value IS 184 (72.27% from 255) = 34.33%

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

 BLUE value IS 171 (67.19% from 255) = 31.9%

R = 34.33%
G = 33.77%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B8B5AB (or 0xB8B5AB) is known color: Grey Nickel. HEX triplet: B8, B5 and AB. RGB value is (184,181,171). Sum of RGB (Red+Green+Blue) = 184+181+171=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B5AB is #474A54. Grayscale: #B4B4B4. Windows color (decimal): -4672085 or 11253176. OLE color: 11253176.

HSL color Cylindrical-coordinate representation of color #B8B5AB: hue angle of 46.15º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8B5AB is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 181 171 -
CMYK 0 0.02 0.07 0.28
HSL 46.15º 0.08% 0.7% -
HSV(B) 46.15º 0.07% 0.72% -
XYZ 43.64 46.18 45.14 -
YUV 180.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 184 181 171 0 0.02 0.07 0.28 46.15 0.08 0.7
Hex B8 B5 AB 0 2 7 1C 2E 8 46
Octal 270 265 253 0 2 7 34 56 10 106
Binary 10111000 10110101 10101011 0 10 111 11100 101110 1000 1000110

Color Harmonies of #B8B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B5AB

Black with #B8B5AB

Text Example


Text Example

White with #B8B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B5AB; }

 p { color: rgb(184,181,171); }

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

background-color css

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

 a { background-color: rgb(184,181,171); }

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

border-color css

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

 span { border-color: rgb(184,181,171); }

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