#BB929A

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

Shades of Viola #BB929A

Tints of Viola #BB929A

Color information

#BB929A (or 0xBB929A) is unknown color: approx Viola. HEX triplet: BB, 92 and 9A. RGB value is (187,146,154). Sum of RGB (Red+Green+Blue) = 187+146+154=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB929A is #446D65. Grayscale: #9F9F9F. Windows color (decimal): -4484454 or 10130107. OLE color: 10130107.

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

Color convert

RGB187146154-
CMYK00.220.180.27
HSL348.29º23.16%65.29%-
HSV(B)348.29º21.93%73.33%-
XYZ36.6133.4635.1-
YUV159.17125.08147.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=38.40%
G=29.98%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714615400.220.180.27348.2923.1665.29
HexBB929A016121B15c1741
Octal273222232026223353427101
Binary1011101110010010100110100101101001011011101011100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB929A; }

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

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

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

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

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

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

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

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