Html Css Color HEX #BBB9AF Grey Nickel

📋 copy color: '#BBB9AF'

red 187 ◦ green 185 ◦ blue 175

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

Shades of Grey Nickel #BBB9AF

Tints of Grey Nickel #BBB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.82%

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 34.19%
G = 33.82%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BBB9AF (or 0xBBB9AF) is known color: Grey Nickel. HEX triplet: BB, B9 and AF. RGB value is (187,185,175). Sum of RGB (Red+Green+Blue) = 187+185+175=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9AF is #444650. Grayscale: #B8B8B8. Windows color (decimal): -4474449 or 11516347. OLE color: 11516347.

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

Color convert

RGB 187 185 175 -
CMYK 0 0.01 0.06 0.27
HSL 50º 0.08% 0.71% -
HSV(B) 50º 0.06% 0.73% -
XYZ 45.58 48.36 47.49 -
YUV 184.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 187 185 175 0 0.01 0.06 0.27 50 0.08 0.71
Hex BB B9 AF 0 1 6 1B 32 8 47
Octal 273 271 257 0 1 6 33 62 10 107
Binary 10111011 10111001 10101111 0 1 110 11011 110010 1000 1000111

Color Harmonies of #BBB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9AF

Black with #BBB9AF

Text Example


Text Example

White with #BBB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9AF; }

 p { color: rgb(187,185,175); }

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

background-color css

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

 a { background-color: rgb(187,185,175); }

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

border-color css

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

 span { border-color: rgb(187,185,175); }

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