#B299A0

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

Shades of Viola #B299A0

Tints of Viola #B299A0

Color information

#B299A0 (or 0xB299A0) is unknown color: approx Viola. HEX triplet: B2, 99 and A0. RGB value is (178,153,160). Sum of RGB (Red+Green+Blue) = 178+153+160=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B299A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299A0 is #4D665F. Grayscale: #A1A1A1. Windows color (decimal): -5072480 or 10525106. OLE color: 10525106.

HSL color Cylindrical-coordinate representation of color #B299A0: hue angle of 343.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B299A0 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB178153160-
CMYK00.140.100.30
HSL343.2º13.97%64.9%-
HSV(B)343.2º14.04%69.8%-
XYZ36.134.7938.07-
YUV161.27127.28139.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 160 (62.89% from 255) = 32.59%
R=36.25%
G=31.16%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815316000.140.100.30343.213.9764.9
HexB299A00EA1E157e41
Octal262231240016123652716101
Binary1011001010011001101000000111010101111010101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299A0; }

 p { color: rgb(178,153,160); }

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

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

 a { background-color: rgb(178,153,160); }

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

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

 span { border-color: rgb(178,153,160); }

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