#BB889A

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

Shades of Viola #BB889A

Tints of Viola #BB889A

Color information

#BB889A (or 0xBB889A) is unknown color: approx Viola. HEX triplet: BB, 88 and 9A. RGB value is (187,136,154). Sum of RGB (Red+Green+Blue) = 187+136+154=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB889A is #447765. Grayscale: #999999. Windows color (decimal): -4487014 or 10127547. OLE color: 10127547.

HSL color Cylindrical-coordinate representation of color #BB889A: hue angle of 338.82º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB889A is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187136154-
CMYK00.270.180.27
HSL338.82º27.27%63.33%-
HSV(B)338.82º27.27%73.33%-
XYZ35.1330.5134.61-
YUV153.3128.4152.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 136 (53.52% from 255) = 28.51%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=39.20%
G=28.51%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713615400.270.180.27338.8227.2763.33
HexBB889A01B121B1531b3f
Octal27321023203322335233377
Binary101110111000100010011010011011100101101110101001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB889A; }

 p { color: rgb(187,136,154); }

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

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

 a { background-color: rgb(187,136,154); }

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

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

 span { border-color: rgb(187,136,154); }

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