#B69CAB

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

Shades of Lily #B69CAB

Tints of Lily #B69CAB

Color information

#B69CAB (or 0xB69CAB) is unknown color: approx Lily. HEX triplet: B6, 9C and AB. RGB value is (182,156,171). Sum of RGB (Red+Green+Blue) = 182+156+171=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 182 - color contains mainly: red. Hex color #B69CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69CAB is #496354. Grayscale: #A5A5A5. Windows color (decimal): -4809557 or 11246774. OLE color: 11246774.

HSL color Cylindrical-coordinate representation of color #B69CAB: hue angle of 325.38º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B69CAB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182156171-
CMYK00.140.060.29
HSL325.38º15.12%66.27%-
HSV(B)325.38º14.29%71.37%-
XYZ38.5336.6643.57-
YUV165.48131.11139.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=35.76%
G=30.65%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215617100.140.060.29325.3815.1266.27
HexB69CAB0E61D145f42
Octal26623425301663550517102
Binary101101101001110010101011011101101110110100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CAB; }

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

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

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

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

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

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

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

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