#BC8FAB

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

Shades of Lily #BC8FAB

Tints of Lily #BC8FAB

Color information

#BC8FAB (or 0xBC8FAB) is unknown color: approx Lily. HEX triplet: BC, 8F and AB. RGB value is (188,143,171). Sum of RGB (Red+Green+Blue) = 188+143+171=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FAB is #437054. Grayscale: #9F9F9F. Windows color (decimal): -4419669 or 11243452. OLE color: 11243452.

HSL color Cylindrical-coordinate representation of color #BC8FAB: hue angle of 322.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8FAB is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188143171-
CMYK00.240.090.26
HSL322.67º25.14%64.9%-
HSV(B)322.67º23.94%73.73%-
XYZ37.9133.2842.95-
YUV159.65134.41148.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=37.45%
G=28.49%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814317100.240.090.26322.6725.1464.9
HexBC8FAB01891A1431941
Octal274217253030113250331101
Binary101111001000111110101011011000100111010101000011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FAB; }

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

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

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

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

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

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

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

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