Html Css Color HEX #BBBAB7 Grey Nickel

📋 copy color: '#BBBAB7'

red 187 ◦ green 186 ◦ blue 183

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

Shades of Grey Nickel #BBBAB7

Tints of Grey Nickel #BBBAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.45%

 BLUE value IS 183 (71.88% from 255) = 32.91%

R = 33.63%
G = 33.45%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BBBAB7 (or 0xBBBAB7) is known color: Grey Nickel. HEX triplet: BB, BA and B7. RGB value is (187,186,183). Sum of RGB (Red+Green+Blue) = 187+186+183=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAB7 is #444548. Grayscale: #B9B9B9. Windows color (decimal): -4474185 or 12040891. OLE color: 12040891.

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

Color convert

RGB 187 186 183 -
CMYK 0 0.01 0.02 0.27
HSL 45º 0.03% 0.73% -
HSV(B) 45º 0.02% 0.73% -
XYZ 46.6 49.1 51.82 -
YUV 185.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 187 186 183 0 0.01 0.02 0.27 45 0.03 0.73
Hex BB BA B7 0 1 2 1B 2D 3 49
Octal 273 272 267 0 1 2 33 55 3 111
Binary 10111011 10111010 10110111 0 1 10 11011 101101 11 1001001

Color Harmonies of #BBBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBAB7

Black with #BBBAB7

Text Example


Text Example

White with #BBBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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