#BB959C

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

Shades of Viola #BB959C

Tints of Viola #BB959C

Color information

#BB959C (or 0xBB959C) is unknown color: approx Viola. HEX triplet: BB, 95 and 9C. RGB value is (187,149,156). Sum of RGB (Red+Green+Blue) = 187+149+156=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BB959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB959C is #446A63. Grayscale: #A1A1A1. Windows color (decimal): -4483684 or 10261947. OLE color: 10261947.

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

Color convert

RGB187149156-
CMYK00.200.170.27
HSL348.95º21.84%65.88%-
HSV(B)348.95º20.32%73.33%-
XYZ37.2434.4636.14-
YUV161.16125.09146.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=38.01%
G=30.28%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714915600.200.170.27348.9521.8465.88
HexBB959C014111B15d1642
Octal273225234024213353526102
Binary1011101110010101100111000101001000111011101011101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB959C; }

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

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

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

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

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

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

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

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