#BB8FAB

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

Shades of Lily #BB8FAB

Tints of Lily #BB8FAB

Color information

#BB8FAB (or 0xBB8FAB) is unknown color: approx Lily. HEX triplet: BB, 8F and AB. RGB value is (187,143,171). Sum of RGB (Red+Green+Blue) = 187+143+171=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FAB is #447054. Grayscale: #9F9F9F. Windows color (decimal): -4485205 or 11243451. OLE color: 11243451.

HSL color Cylindrical-coordinate representation of color #BB8FAB: hue angle of 321.82º 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 #BB8FAB is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187143171-
CMYK00.240.090.27
HSL321.82º24.44%64.71%-
HSV(B)321.82º23.53%73.33%-
XYZ37.6733.1542.94-
YUV159.35134.58147.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=37.33%
G=28.54%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714317100.240.090.27321.8224.4464.71
HexBB8FAB01891B1421841
Octal273217253030113350230101
Binary101110111000111110101011011000100111011101000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FAB; }

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

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

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

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

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

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

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

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