Html Css Color HEX #BBB7AB Grey Nickel

📋 copy color: '#BBB7AB'

red 187 ◦ green 183 ◦ blue 171

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

Shades of Grey Nickel #BBB7AB

Tints of Grey Nickel #BBB7AB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.83%

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

R = 34.57%
G = 33.83%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBB7AB (or 0xBBB7AB) is known color: Grey Nickel. HEX triplet: BB, B7 and AB. RGB value is (187,183,171). Sum of RGB (Red+Green+Blue) = 187+183+171=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB7AB is #444854. Grayscale: #B6B6B6. Windows color (decimal): -4474965 or 11253691. OLE color: 11253691.

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

Color convert

RGB 187 183 171 -
CMYK 0 0.02 0.09 0.27
HSL 45º 0.11% 0.7% -
HSV(B) 45º 0.09% 0.73% -
XYZ 44.78 47.37 45.31 -
YUV 182.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 187 183 171 0 0.02 0.09 0.27 45 0.11 0.7
Hex BB B7 AB 0 2 9 1B 2D B 46
Octal 273 267 253 0 2 11 33 55 13 106
Binary 10111011 10110111 10101011 0 10 1001 11011 101101 1011 1000110

Color Harmonies of #BBB7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB7AB

Black with #BBB7AB

Text Example


Text Example

White with #BBB7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB7AB; }

 p { color: rgb(187,183,171); }

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

background-color css

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

 a { background-color: rgb(187,183,171); }

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

border-color css

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

 span { border-color: rgb(187,183,171); }

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