Html Css Color HEX #BBB8AD Grey Nickel

📋 copy color: '#BBB8AD'

red 187 ◦ green 184 ◦ blue 173

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

Shades of Grey Nickel #BBB8AD

Tints of Grey Nickel #BBB8AD

RGB

 RED value IS 187 (73.44% from 255) = 34.38%

 GREEN value IS 184 (72.27% from 255) = 33.82%

 BLUE value IS 173 (67.97% from 255) = 31.8%

R = 34.38%
G = 33.82%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBB8AD (or 0xBBB8AD) is known color: Grey Nickel. HEX triplet: BB, B8 and AD. RGB value is (187,184,173). Sum of RGB (Red+Green+Blue) = 187+184+173=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB8AD is #444752. Grayscale: #B7B7B7. Windows color (decimal): -4474707 or 11385019. OLE color: 11385019.

HSL color Cylindrical-coordinate representation of color #BBB8AD: hue angle of 47.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB8AD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 184 173 -
CMYK 0 0.02 0.07 0.27
HSL 47.14º 0.09% 0.71% -
HSV(B) 47.14º 0.07% 0.73% -
XYZ 45.18 47.86 46.39 -
YUV 183.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 187 184 173 0 0.02 0.07 0.27 47.14 0.09 0.71
Hex BB B8 AD 0 2 7 1B 2F 9 47
Octal 273 270 255 0 2 7 33 57 11 107
Binary 10111011 10111000 10101101 0 10 111 11011 101111 1001 1000111

Color Harmonies of #BBB8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB8AD

Black with #BBB8AD

Text Example


Text Example

White with #BBB8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB8AD; }

 p { color: rgb(187,184,173); }

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

background-color css

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

 a { background-color: rgb(187,184,173); }

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

border-color css

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

 span { border-color: rgb(187,184,173); }

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