#BB8C94

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

Shades of Viola #BB8C94

Tints of Viola #BB8C94

Color information

#BB8C94 (or 0xBB8C94) is unknown color: approx Viola. HEX triplet: BB, 8C and 94. RGB value is (187,140,148). Sum of RGB (Red+Green+Blue) = 187+140+148=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8C94 is #44736B. Grayscale: #9A9A9A. Windows color (decimal): -4485996 or 9735355. OLE color: 9735355.

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

Color convert

RGB187140148-
CMYK00.250.210.27
HSL349.79º25.68%64.12%-
HSV(B)349.79º25.13%73.33%-
XYZ35.2231.4632.23-
YUV154.96124.07150.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=39.37%
G=29.47%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714014800.250.210.27349.7925.6864.12
HexBB8C94019151B15e1a40
Octal273214224031253353632100
Binary1011101110001100100101000110011010111011101011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8C94; }

 p { color: rgb(187,140,148); }

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

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

 a { background-color: rgb(187,140,148); }

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

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

 span { border-color: rgb(187,140,148); }

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