#BB929C

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

Shades of Viola #BB929C

Tints of Viola #BB929C

Color information

#BB929C (or 0xBB929C) is unknown color: approx Viola. HEX triplet: BB, 92 and 9C. RGB value is (187,146,156). Sum of RGB (Red+Green+Blue) = 187+146+156=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB929C is #446D63. Grayscale: #9F9F9F. Windows color (decimal): -4484452 or 10261179. OLE color: 10261179.

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

Color convert

RGB187146156-
CMYK00.220.170.27
HSL345.37º23.16%65.29%-
HSV(B)345.37º21.93%73.33%-
XYZ36.7733.5235.98-
YUV159.4126.08147.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 156 (61.33% from 255) = 31.90%
R=38.24%
G=29.86%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714615600.220.170.27345.3723.1665.29
HexBB929C016111B1591741
Octal273222234026213353127101
Binary1011101110010010100111000101101000111011101011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB929C; }

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

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

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

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

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

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

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

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