#B89CAA

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

Shades of Lily #B89CAA

Tints of Lily #B89CAA

Color information

#B89CAA (or 0xB89CAA) is unknown color: approx Lily. HEX triplet: B8, 9C and AA. RGB value is (184,156,170). Sum of RGB (Red+Green+Blue) = 184+156+170=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 184 - color contains mainly: red. Hex color #B89CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89CAA is #476355. Grayscale: #A5A5A5. Windows color (decimal): -4678486 or 11181240. OLE color: 11181240.

HSL color Cylindrical-coordinate representation of color #B89CAA: hue angle of 330º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B89CAA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB184156170-
CMYK00.150.080.28
HSL330º16.47%66.67%-
HSV(B)330º15.22%72.16%-
XYZ38.9136.8743.1-
YUV165.97130.28140.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.08%
GREEN value IS 156 (61.33% from 255) = 30.59%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=36.08%
G=30.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415617000.150.080.2833016.4766.67
HexB89CAA0F81C14a1043
Octal270234252017103451220103
Binary10111000100111001010101001111100011100101001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CAA; }

 p { color: rgb(184,156,170); }

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

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

 a { background-color: rgb(184,156,170); }

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

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

 span { border-color: rgb(184,156,170); }

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