#BBB4A9

Color #BBB4A9 Tea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea #BBB4A9

Tints of Tea #BBB4A9

Color information

#BBB4A9 (or 0xBBB4A9) is unknown color: approx Tea. HEX triplet: BB, B4 and A9. RGB value is (187,180,169). Sum of RGB (Red+Green+Blue) = 187+180+169=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB4A9 is #444B56. Grayscale: #B4B4B4. Windows color (decimal): -4475735 or 11121851. OLE color: 11121851.

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

Color convert

RGB187180169-
CMYK00.040.100.27
HSL36.67º11.69%69.8%-
HSV(B)36.67º9.63%73.33%-
XYZ43.9846.0744.11-
YUV180.84121.32132.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=34.89%
G=33.58%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718016900.040.100.2736.6711.6969.8
HexBBB4A904A1B25c46
Octal2732642510412334514106
Binary101110111011010010101001010010101101110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4A9; }

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

 H1.HeaderClassName
 {
   color: #BBB4A9;
 }
 .AnyTagClassName
 {
   color: #BBB4A9;
 }
</style>
background-color css

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

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

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

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

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

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