#BB8B9C

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

Shades of Viola #BB8B9C

Tints of Viola #BB8B9C

Color information

#BB8B9C (or 0xBB8B9C) is unknown color: approx Viola. HEX triplet: BB, 8B and 9C. RGB value is (187,139,156). Sum of RGB (Red+Green+Blue) = 187+139+156=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8B9C is #447463. Grayscale: #9B9B9B. Windows color (decimal): -4486244 or 10259387. OLE color: 10259387.

HSL color Cylindrical-coordinate representation of color #BB8B9C: hue angle of 338.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8B9C is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB187139156-
CMYK00.260.170.27
HSL338.75º26.09%63.92%-
HSV(B)338.75º25.67%73.33%-
XYZ35.7331.4335.64-
YUV155.29128.4150.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=38.80%
G=28.84%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713915600.260.170.27338.7526.0963.92
HexBB8B9C01A111B1531a40
Octal273213234032213352332100
Binary1011101110001011100111000110101000111011101010011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B9C; }

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

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

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

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

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

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

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

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