#B69EAB

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

Shades of Lily #B69EAB

Tints of Lily #B69EAB

Color information

#B69EAB (or 0xB69EAB) is unknown color: approx Lily. HEX triplet: B6, 9E and AB. RGB value is (182,158,171). Sum of RGB (Red+Green+Blue) = 182+158+171=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 182 - color contains mainly: red. Hex color #B69EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69EAB is #496154. Grayscale: #A6A6A6. Windows color (decimal): -4809045 or 11247286. OLE color: 11247286.

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

Color convert

RGB182158171-
CMYK00.130.060.29
HSL327.5º14.12%66.67%-
HSV(B)327.5º13.19%71.37%-
XYZ38.8737.3443.69-
YUV166.66130.45138.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=35.62%
G=30.92%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215817100.130.060.29327.514.1266.67
HexB69EAB0D61D148e43
Octal26623625301563551016103
Binary101101101001111010101011011011101110110100100011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69EAB; }

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

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

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

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

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

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

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

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