#B694AB

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

Shades of Lily #B694AB

Tints of Lily #B694AB

Color information

#B694AB (or 0xB694AB) is unknown color: approx Lily. HEX triplet: B6, 94 and AB. RGB value is (182,148,171). Sum of RGB (Red+Green+Blue) = 182+148+171=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B694AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B694AB is #496B54. Grayscale: #A0A0A0. Windows color (decimal): -4811605 or 11244726. OLE color: 11244726.

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

Color convert

RGB182148171-
CMYK00.190.060.29
HSL319.41º18.89%64.71%-
HSV(B)319.41º18.68%71.37%-
XYZ37.2334.0743.14-
YUV160.79133.76143.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=36.33%
G=29.54%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214817100.190.060.29319.4118.8964.71
HexB694AB01361D13f1341
Octal26622425302363547723101
Binary10110110100101001010101101001111011101100111111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694AB; }

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

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

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

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

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

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

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

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