#B693A9

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

Shades of Lily #B693A9

Tints of Lily #B693A9

Color information

#B693A9 (or 0xB693A9) is unknown color: approx Lily. HEX triplet: B6, 93 and A9. RGB value is (182,147,169). Sum of RGB (Red+Green+Blue) = 182+147+169=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B693A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B693A9 is #496C56. Grayscale: #9F9F9F. Windows color (decimal): -4811863 or 11113398. OLE color: 11113398.

HSL color Cylindrical-coordinate representation of color #B693A9: hue angle of 322.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B693A9 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB182147169-
CMYK00.190.070.29
HSL322.29º19.34%64.51%-
HSV(B)322.29º19.23%71.37%-
XYZ36.8933.6842.09-
YUV159.97133.1143.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 169 (66.41% from 255) = 33.94%
R=36.55%
G=29.52%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214716900.190.070.29322.2919.3464.51
HexB693A901371D1421341
Octal26622325102373550223101
Binary10110110100100111010100101001111111101101000010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693A9; }

 p { color: rgb(182,147,169); }

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

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

 a { background-color: rgb(182,147,169); }

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

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

 span { border-color: rgb(182,147,169); }

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