#BB8B9A

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

Shades of Viola #BB8B9A

Tints of Viola #BB8B9A

Color information

#BB8B9A (or 0xBB8B9A) is unknown color: approx Viola. HEX triplet: BB, 8B and 9A. RGB value is (187,139,154). Sum of RGB (Red+Green+Blue) = 187+139+154=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8B9A is #447465. Grayscale: #9B9B9B. Windows color (decimal): -4486246 or 10128315. OLE color: 10128315.

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

Color convert

RGB187139154-
CMYK00.260.180.27
HSL341.25º26.09%63.92%-
HSV(B)341.25º25.67%73.33%-
XYZ35.5631.3634.75-
YUV155.06127.4150.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 139 (54.69% from 255) = 28.96%
BLUE value IS 154 (60.55% from 255) = 32.08%
R=38.96%
G=28.96%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713915400.260.180.27341.2526.0963.92
HexBB8B9A01A121B1551a40
Octal273213232032223352532100
Binary1011101110001011100110100110101001011011101010101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B9A; }

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

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

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

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

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

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

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

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