#B7AFB3

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

Shades of Lily #B7AFB3

Tints of Lily #B7AFB3

Color information

#B7AFB3 (or 0xB7AFB3) is unknown color: approx Lily. HEX triplet: B7, AF and B3. RGB value is (183,175,179). Sum of RGB (Red+Green+Blue) = 183+175+179=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFB3 is #48504C. Grayscale: #B1B1B1. Windows color (decimal): -4739149 or 11775927. OLE color: 11775927.

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

Color convert

RGB183175179-
CMYK00.040.020.28
HSL330º5.26%70.2%-
HSV(B)330º4.37%71.76%-
XYZ4343.9848.87-
YUV177.85128.65131.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=34.08%
G=32.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317517900.040.020.283305.2670.2
HexB7AFB30421C14a546
Octal267257263042345125106
Binary101101111010111110110011010010111001010010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFB3; }

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

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

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

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

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

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

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

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