#B6ACB1

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

Shades of Lily #B6ACB1

Tints of Lily #B6ACB1

Color information

#B6ACB1 (or 0xB6ACB1) is unknown color: approx Lily. HEX triplet: B6, AC and B1. RGB value is (182,172,177). Sum of RGB (Red+Green+Blue) = 182+172+177=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ACB1 is #49534E. Grayscale: #AFAFAF. Windows color (decimal): -4805455 or 11644086. OLE color: 11644086.

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

Color convert

RGB182172177-
CMYK00.050.030.29
HSL330º6.41%69.41%-
HSV(B)330º5.49%71.37%-
XYZ41.9842.6247.61-
YUV175.56128.81132.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=34.27%
G=32.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217217700.050.030.293306.4169.41
HexB6ACB10531D14a645
Octal266254261053355126105
Binary101101101010110010110001010111111011010010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACB1; }

 p { color: rgb(182,172,177); }

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

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

 a { background-color: rgb(182,172,177); }

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

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

 span { border-color: rgb(182,172,177); }

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