#B6ABB4

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

Shades of Lily #B6ABB4

Tints of Lily #B6ABB4

Color information

#B6ABB4 (or 0xB6ABB4) is unknown color: approx Lily. HEX triplet: B6, AB and B4. RGB value is (182,171,180). Sum of RGB (Red+Green+Blue) = 182+171+180=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABB4 is #49544B. Grayscale: #AFAFAF. Windows color (decimal): -4805708 or 11840438. OLE color: 11840438.

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

Color convert

RGB182171180-
CMYK00.060.010.29
HSL310.91º7.01%69.22%-
HSV(B)310.91º6.04%71.37%-
XYZ42.0942.3749.14-
YUV175.32130.64132.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 180 (70.70% from 255) = 33.77%
R=34.15%
G=32.08%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217118000.060.010.29310.917.0169.22
HexB6ABB40611D137745
Octal266253264061354677105
Binary10110110101010111011010001101111011001101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABB4; }

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

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

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

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

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

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

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

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