#B8A7B3

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

Shades of Lily #B8A7B3

Tints of Lily #B8A7B3

Color information

#B8A7B3 (or 0xB8A7B3) is unknown color: approx Lily. HEX triplet: B8, A7 and B3. RGB value is (184,167,179). Sum of RGB (Red+Green+Blue) = 184+167+179=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A7B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A7B3 is #47584C. Grayscale: #ADADAD. Windows color (decimal): -4675661 or 11773880. OLE color: 11773880.

HSL color Cylindrical-coordinate representation of color #B8A7B3: hue angle of 317.65º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8A7B3 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB184167179-
CMYK00.090.030.28
HSL317.65º10.69%68.82%-
HSV(B)317.65º9.24%72.16%-
XYZ41.7241.0848.38-
YUV173.45131.13135.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=34.72%
G=31.51%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416717900.090.030.28317.6510.6968.82
HexB8A7B30931C13eb45
Octal27024726301133447613105
Binary10111000101001111011001101001111110010011111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A7B3; }

 p { color: rgb(184,167,179); }

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

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

 a { background-color: rgb(184,167,179); }

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

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

 span { border-color: rgb(184,167,179); }

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