#B299A9

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

Shades of Lily #B299A9

Tints of Lily #B299A9

Color information

#B299A9 (or 0xB299A9) is unknown color: approx Lily. HEX triplet: B2, 99 and A9. RGB value is (178,153,169). Sum of RGB (Red+Green+Blue) = 178+153+169=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B299A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299A9 is #4D6656. Grayscale: #A2A2A2. Windows color (decimal): -5072471 or 11114930. OLE color: 11114930.

HSL color Cylindrical-coordinate representation of color #B299A9: hue angle of 321.6º 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 #B299A9 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB178153169-
CMYK00.140.050.30
HSL321.6º13.97%64.9%-
HSV(B)321.6º14.04%69.8%-
XYZ36.9135.1142.37-
YUV162.3131.78139.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=35.6%
G=30.6%
B=33.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815316900.140.050.30321.613.9764.9
HexB299A90E51E142e41
Octal26223125101653650216101
Binary101100101001100110101001011101011111010100001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299A9; }

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

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

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

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

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

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

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

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