#B7ACB3

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

Shades of Lily #B7ACB3

Tints of Lily #B7ACB3

Color information

#B7ACB3 (or 0xB7ACB3) is unknown color: approx Lily. HEX triplet: B7, AC and B3. RGB value is (183,172,179). Sum of RGB (Red+Green+Blue) = 183+172+179=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ACB3 is #48534C. Grayscale: #B0B0B0. Windows color (decimal): -4739917 or 11775159. OLE color: 11775159.

HSL color Cylindrical-coordinate representation of color #B7ACB3: hue angle of 321.82º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7ACB3 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB183172179-
CMYK00.060.020.28
HSL321.82º7.1%69.61%-
HSV(B)321.82º6.01%71.76%-
XYZ42.4242.8348.68-
YUV176.09129.64132.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=34.27%
G=32.21%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317217900.060.020.28321.827.169.61
HexB7ACB30621C142746
Octal267254263062345027106
Binary101101111010110010110011011010111001010000101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACB3; }

 p { color: rgb(183,172,179); }

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

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

 a { background-color: rgb(183,172,179); }

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

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

 span { border-color: rgb(183,172,179); }

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