Html Css Color HEX #BBAAA8 Martini

📋 copy color: '#BBAAA8'

red 187 ◦ green 170 ◦ blue 168

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

Shades of Martini #BBAAA8

Tints of Martini #BBAAA8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.38%

 BLUE value IS 168 (66.02% from 255) = 32%

R = 35.62%
G = 32.38%
B = 32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BBAAA8 (or 0xBBAAA8) is known color: Martini. HEX triplet: BB, AA and A8. RGB value is (187,170,168). Sum of RGB (Red+Green+Blue) = 187+170+168=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAA8 is #445557. Grayscale: #AEAEAE. Windows color (decimal): -4478296 or 11053755. OLE color: 11053755.

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

Color convert

RGB 187 170 168 -
CMYK 0 0.09 0.10 0.27
HSL 6.32º 0.12% 0.7% -
HSV(B) 6.32º 0.1% 0.73% -
XYZ 41.94 42.14 42.97 -
YUV 174.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 187 170 168 0 0.09 0.10 0.27 6.32 0.12 0.7
Hex BB AA A8 0 9 A 1B 6 C 46
Octal 273 252 250 0 11 12 33 6 14 106
Binary 10111011 10101010 10101000 0 1001 1010 11011 110 1100 1000110

Color Harmonies of #BBAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAA8

Black with #BBAAA8

Text Example


Text Example

White with #BBAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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