#BB909E

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

Shades of Viola #BB909E

Tints of Viola #BB909E

Color information

#BB909E (or 0xBB909E) is unknown color: approx Viola. HEX triplet: BB, 90 and 9E. RGB value is (187,144,158). Sum of RGB (Red+Green+Blue) = 187+144+158=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB909E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB909E is #446F61. Grayscale: #9E9E9E. Windows color (decimal): -4484962 or 10391739. OLE color: 10391739.

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

Color convert

RGB187144158-
CMYK00.230.160.27
HSL340.47º24.02%64.9%-
HSV(B)340.47º22.99%73.33%-
XYZ36.6432.9836.78-
YUV158.45127.75148.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 158 (62.11% from 255) = 32.31%
R=38.24%
G=29.45%
B=32.31%

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
Decimal18714415800.230.160.27340.4724.0264.9
HexBB909E017101B1541841
Octal273220236027203352430101
Binary1011101110010000100111100101111000011011101010100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB909E; }

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

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

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

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

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

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

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

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