#B898AB

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

Shades of Lily #B898AB

Tints of Lily #B898AB

Color information

#B898AB (or 0xB898AB) is unknown color: approx Lily. HEX triplet: B8, 98 and AB. RGB value is (184,152,171). Sum of RGB (Red+Green+Blue) = 184+152+171=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 184 - color contains mainly: red. Hex color #B898AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B898AB is #476754. Grayscale: #A3A3A3. Windows color (decimal): -4679509 or 11245752. OLE color: 11245752.

HSL color Cylindrical-coordinate representation of color #B898AB: hue angle of 324.38º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B898AB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB184152171-
CMYK00.170.070.28
HSL324.38º18.39%65.88%-
HSV(B)324.38º17.39%72.16%-
XYZ38.3535.5943.38-
YUV163.73132.1142.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=36.29%
G=29.98%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415217100.170.070.28324.3818.3965.88
HexB898AB01171C1441242
Octal27023025302173450422102
Binary10111000100110001010101101000111111100101000100100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B898AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B898AB; }

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

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

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

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

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

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

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

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