#B69CAA

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

Shades of Lily #B69CAA

Tints of Lily #B69CAA

Color information

#B69CAA (or 0xB69CAA) is unknown color: approx Lily. HEX triplet: B6, 9C and AA. RGB value is (182,156,170). Sum of RGB (Red+Green+Blue) = 182+156+170=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B69CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69CAA is #496355. Grayscale: #A5A5A5. Windows color (decimal): -4809558 or 11181238. OLE color: 11181238.

HSL color Cylindrical-coordinate representation of color #B69CAA: hue angle of 327.69º 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 #B69CAA is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB182156170-
CMYK00.140.070.29
HSL327.69º15.12%66.27%-
HSV(B)327.69º14.29%71.37%-
XYZ38.4436.6243.07-
YUV165.37130.61139.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=35.83%
G=30.71%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215617000.140.070.29327.6915.1266.27
HexB69CAA0E71D148f42
Octal26623425201673551017102
Binary101101101001110010101010011101111110110100100011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CAA; }

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

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

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

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

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

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

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

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