#BB8FA7

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

Shades of Lily #BB8FA7

Tints of Lily #BB8FA7

Color information

#BB8FA7 (or 0xBB8FA7) is unknown color: approx Lily. HEX triplet: BB, 8F and A7. RGB value is (187,143,167). Sum of RGB (Red+Green+Blue) = 187+143+167=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FA7 is #447058. Grayscale: #9E9E9E. Windows color (decimal): -4485209 or 10981307. OLE color: 10981307.

HSL color Cylindrical-coordinate representation of color #BB8FA7: hue angle of 327.27º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8FA7 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB187143167-
CMYK00.240.110.27
HSL327.27º24.44%64.71%-
HSV(B)327.27º23.53%73.33%-
XYZ37.293340.96-
YUV158.89132.58148.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=37.63%
G=28.77%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714316700.240.110.27327.2724.4464.71
HexBB8FA7018B1B1471841
Octal273217247030133350730101
Binary101110111000111110100111011000101111011101000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FA7; }

 p { color: rgb(187,143,167); }

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

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

 a { background-color: rgb(187,143,167); }

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

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

 span { border-color: rgb(187,143,167); }

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