Html Css Color HEX #BBAFA9 Martini

📋 copy color: '#BBAFA9'

red 187 ◦ green 175 ◦ blue 169

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

Shades of Martini #BBAFA9

Tints of Martini #BBAFA9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.96%

 BLUE value IS 169 (66.41% from 255) = 31.83%

R = 35.22%
G = 32.96%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BBAFA9 (or 0xBBAFA9) is known color: Martini. HEX triplet: BB, AF and A9. RGB value is (187,175,169). Sum of RGB (Red+Green+Blue) = 187+175+169=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA9 is #445056. Grayscale: #B1B1B1. Windows color (decimal): -4477015 or 11120571. OLE color: 11120571.

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

Color convert

RGB 187 175 169 -
CMYK 0 0.06 0.10 0.27
HSL 20º 0.12% 0.7% -
HSV(B) 20º 0.1% 0.73% -
XYZ 42.98 44.09 43.78 -
YUV 177.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 187 175 169 0 0.06 0.10 0.27 20 0.12 0.7
Hex BB AF A9 0 6 A 1B 14 C 46
Octal 273 257 251 0 6 12 33 24 14 106
Binary 10111011 10101111 10101001 0 110 1010 11011 10100 1100 1000110

Color Harmonies of #BBAFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFA9

Black with #BBAFA9

Text Example


Text Example

White with #BBAFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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