#B498AB

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

Shades of Lily #B498AB

Tints of Lily #B498AB

Color information

#B498AB (or 0xB498AB) is unknown color: approx Lily. HEX triplet: B4, 98 and AB. RGB value is (180,152,171). Sum of RGB (Red+Green+Blue) = 180+152+171=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B498AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B498AB is #4B6754. Grayscale: #A2A2A2. Windows color (decimal): -4941653 or 11245748. OLE color: 11245748.

HSL color Cylindrical-coordinate representation of color #B498AB: hue angle of 319.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B498AB is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180152171-
CMYK00.160.050.29
HSL319.29º15.73%65.1%-
HSV(B)319.29º15.56%70.59%-
XYZ37.435.143.33-
YUV162.54132.78140.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=35.79%
G=30.22%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015217100.160.050.29319.2915.7365.1
HexB498AB01051D13f1041
Octal26423025302053547720101
Binary10110100100110001010101101000010111101100111111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498AB; }

 p { color: rgb(180,152,171); }

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

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

 a { background-color: rgb(180,152,171); }

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

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

 span { border-color: rgb(180,152,171); }

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