#B89CB0

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

Shades of Lily #B89CB0

Tints of Lily #B89CB0

Color information

#B89CB0 (or 0xB89CB0) is unknown color: approx Lily. HEX triplet: B8, 9C and B0. RGB value is (184,156,176). Sum of RGB (Red+Green+Blue) = 184+156+176=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 184 - color contains mainly: red. Hex color #B89CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89CB0 is #47634F. Grayscale: #A6A6A6. Windows color (decimal): -4678480 or 11574456. OLE color: 11574456.

HSL color Cylindrical-coordinate representation of color #B89CB0: hue angle of 317.14º 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 #B89CB0 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB184156176-
CMYK00.150.040.28
HSL317.14º16.47%66.67%-
HSV(B)317.14º15.22%72.16%-
XYZ39.4937.146.15-
YUV166.65133.28140.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=35.66%
G=30.23%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415617600.150.040.28317.1416.4766.67
HexB89CB00F41C13d1043
Octal27023426001743447520103
Binary1011100010011100101100000111110011100100111101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CB0; }

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

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

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

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

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

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

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

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