Html Css Color HEX #BBB8AE Grey Nickel

📋 copy color: '#BBB8AE'

red 187 ◦ green 184 ◦ blue 174

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

Shades of Grey Nickel #BBB8AE

Tints of Grey Nickel #BBB8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.93%

R = 34.31%
G = 33.76%
B = 31.93%

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

#BBB8AE (or 0xBBB8AE) is known color: Grey Nickel. HEX triplet: BB, B8 and AE. RGB value is (187,184,174). Sum of RGB (Red+Green+Blue) = 187+184+174=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB8AE is #444751. Grayscale: #B7B7B7. Windows color (decimal): -4474706 or 11450555. OLE color: 11450555.

HSL color Cylindrical-coordinate representation of color #BBB8AE: hue angle of 46.15º 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 #BBB8AE is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 184 174 -
CMYK 0 0.02 0.07 0.27
HSL 46.15º 0.09% 0.71% -
HSV(B) 46.15º 0.07% 0.73% -
XYZ 45.27 47.9 46.9 -
YUV 183.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 187 184 174 0 0.02 0.07 0.27 46.15 0.09 0.71
Hex BB B8 AE 0 2 7 1B 2E 9 47
Octal 273 270 256 0 2 7 33 56 11 107
Binary 10111011 10111000 10101110 0 10 111 11011 101110 1001 1000111

Color Harmonies of #BBB8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB8AE

Black with #BBB8AE

Text Example


Text Example

White with #BBB8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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