#B698AB

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

Shades of Lily #B698AB

Tints of Lily #B698AB

Color information

#B698AB (or 0xB698AB) is unknown color: approx Lily. HEX triplet: B6, 98 and AB. RGB value is (182,152,171). Sum of RGB (Red+Green+Blue) = 182+152+171=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B698AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B698AB is #496754. Grayscale: #A3A3A3. Windows color (decimal): -4810581 or 11245750. OLE color: 11245750.

HSL color Cylindrical-coordinate representation of color #B698AB: hue angle of 322º degrees, saturation: 0.17, 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 #B698AB is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182152171-
CMYK00.160.060.29
HSL322º17.05%65.49%-
HSV(B)322º16.48%71.37%-
XYZ37.8735.3443.35-
YUV163.14132.44141.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=36.04%
G=30.10%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215217100.160.060.2932217.0565.49
HexB698AB01061D1421141
Octal26623025302063550221101
Binary10110110100110001010101101000011011101101000010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B698AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B698AB; }

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

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

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

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

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

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

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

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