#BB89A2

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

Shades of Viola #BB89A2

Tints of Viola #BB89A2

Color information

#BB89A2 (or 0xBB89A2) is unknown color: approx Viola. HEX triplet: BB, 89 and A2. RGB value is (187,137,162). Sum of RGB (Red+Green+Blue) = 187+137+162=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB89A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB89A2 is #44765D. Grayscale: #9A9A9A. Windows color (decimal): -4486750 or 10652091. OLE color: 10652091.

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

Color convert

RGB187137162-
CMYK00.270.130.27
HSL330º26.88%63.53%-
HSV(B)330º26.74%73.33%-
XYZ35.9631.0638.28-
YUV154.8132.06150.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 162 (63.67% from 255) = 33.33%
R=38.48%
G=28.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713716200.270.130.2733026.8863.53
HexBB89A201BD1B14a1b40
Octal273211242033153351233100
Binary101110111000100110100010011011110111011101001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89A2; }

 p { color: rgb(187,137,162); }

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

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

 a { background-color: rgb(187,137,162); }

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

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

 span { border-color: rgb(187,137,162); }

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