#BB959E

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

Shades of Viola #BB959E

Tints of Viola #BB959E

Color information

#BB959E (or 0xBB959E) is unknown color: approx Viola. HEX triplet: BB, 95 and 9E. RGB value is (187,149,158). Sum of RGB (Red+Green+Blue) = 187+149+158=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB959E is #446A61. Grayscale: #A1A1A1. Windows color (decimal): -4483682 or 10393019. OLE color: 10393019.

HSL color Cylindrical-coordinate representation of color #BB959E: hue angle of 345.79º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB959E is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187149158-
CMYK00.200.160.27
HSL345.79º21.84%65.88%-
HSV(B)345.79º20.32%73.33%-
XYZ37.4134.5337.04-
YUV161.39126.09146.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=37.85%
G=30.16%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714915800.200.160.27345.7921.8465.88
HexBB959E014101B15a1642
Octal273225236024203353226102
Binary1011101110010101100111100101001000011011101011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB959E; }

 p { color: rgb(187,149,158); }

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

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

 a { background-color: rgb(187,149,158); }

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

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

 span { border-color: rgb(187,149,158); }

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