#BB9AA7

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

Shades of Viola #BB9AA7

Tints of Viola #BB9AA7

Color information

#BB9AA7 (or 0xBB9AA7) is unknown color: approx Viola. HEX triplet: BB, 9A and A7. RGB value is (187,154,167). Sum of RGB (Red+Green+Blue) = 187+154+167=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9AA7 is #446558. Grayscale: #A5A5A5. Windows color (decimal): -4482393 or 10984123. OLE color: 10984123.

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

Color convert

RGB187154167-
CMYK00.180.110.27
HSL336.36º19.53%66.86%-
HSV(B)336.36º17.65%73.33%-
XYZ39.0236.4741.54-
YUV165.35128.93143.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 167 (65.62% from 255) = 32.87%
R=36.81%
G=30.31%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715416700.180.110.27336.3619.5366.86
HexBB9AA7012B1B1501443
Octal273232247022133352024103
Binary101110111001101010100111010010101111011101010000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9AA7; }

 p { color: rgb(187,154,167); }

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

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

 a { background-color: rgb(187,154,167); }

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

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

 span { border-color: rgb(187,154,167); }

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