#B6ABAF

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

Shades of Lily #B6ABAF

Tints of Lily #B6ABAF

Color information

#B6ABAF (or 0xB6ABAF) is unknown color: approx Lily. HEX triplet: B6, AB and AF. RGB value is (182,171,175). Sum of RGB (Red+Green+Blue) = 182+171+175=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ABAF is #495450. Grayscale: #AEAEAE. Windows color (decimal): -4805713 or 11512758. OLE color: 11512758.

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

Color convert

RGB182171175-
CMYK00.060.040.29
HSL338.18º7.01%69.22%-
HSV(B)338.18º6.04%71.37%-
XYZ41.5942.1746.5-
YUV174.74128.14133.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=34.47%
G=32.39%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217117500.060.040.29338.187.0169.22
HexB6ABAF0641D152745
Octal266253257064355227105
Binary1011011010101011101011110110100111011010100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABAF; }

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

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

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

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

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

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

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

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