#BB909D

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

Shades of Viola #BB909D

Tints of Viola #BB909D

Color information

#BB909D (or 0xBB909D) is unknown color: approx Viola. HEX triplet: BB, 90 and 9D. RGB value is (187,144,157). Sum of RGB (Red+Green+Blue) = 187+144+157=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB909D is #446F62. Grayscale: #9E9E9E. Windows color (decimal): -4484963 or 10326203. OLE color: 10326203.

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

Color convert

RGB187144157-
CMYK00.230.160.27
HSL341.86º24.02%64.9%-
HSV(B)341.86º22.99%73.33%-
XYZ36.5532.9536.33-
YUV158.34127.25148.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 157 (61.72% from 255) = 32.17%
R=38.32%
G=29.51%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714415700.230.160.27341.8624.0264.9
HexBB909D017101B1561841
Octal273220235027203352630101
Binary1011101110010000100111010101111000011011101010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB909D; }

 p { color: rgb(187,144,157); }

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

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

 a { background-color: rgb(187,144,157); }

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

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

 span { border-color: rgb(187,144,157); }

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