Html Css Color HEX #BBB8AA Ash

📋 copy color: '#BBB8AA'

red 187 ◦ green 184 ◦ blue 170

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

Shades of Ash #BBB8AA

Tints of Ash #BBB8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.42%

R = 34.57%
G = 34.01%
B = 31.42%

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

#BBB8AA (or 0xBBB8AA) is known color: Ash. HEX triplet: BB, B8 and AA. RGB value is (187,184,170). Sum of RGB (Red+Green+Blue) = 187+184+170=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB8AA is #444755. Grayscale: #B7B7B7. Windows color (decimal): -4474710 or 11188411. OLE color: 11188411.

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

Color convert

RGB 187 184 170 -
CMYK 0 0.02 0.09 0.27
HSL 49.41º 0.11% 0.7% -
HSV(B) 49.41º 0.09% 0.73% -
XYZ 44.89 47.75 44.88 -
YUV 183.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 187 184 170 0 0.02 0.09 0.27 49.41 0.11 0.7
Hex BB B8 AA 0 2 9 1B 31 B 46
Octal 273 270 252 0 2 11 33 61 13 106
Binary 10111011 10111000 10101010 0 10 1001 11011 110001 1011 1000110

Color Harmonies of #BBB8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB8AA

Black with #BBB8AA

Text Example


Text Example

White with #BBB8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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