#BC91AF

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

Shades of Lily #BC91AF

Tints of Lily #BC91AF

Color information

#BC91AF (or 0xBC91AF) is unknown color: approx Lily. HEX triplet: BC, 91 and AF. RGB value is (188,145,175). Sum of RGB (Red+Green+Blue) = 188+145+175=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91AF is #436E50. Grayscale: #A1A1A1. Windows color (decimal): -4419153 or 11506108. OLE color: 11506108.

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

Color convert

RGB188145175-
CMYK00.230.070.26
HSL318.14º24.29%65.29%-
HSV(B)318.14º22.87%73.73%-
XYZ38.634.0445.09-
YUV161.28135.75147.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 145 (57.03% from 255) = 28.54%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=37.01%
G=28.54%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814517500.230.070.26318.1424.2965.29
HexBC91AF01771A13e1841
Octal27422125702773247630101
Binary10111100100100011010111101011111111010100111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91AF; }

 p { color: rgb(188,145,175); }

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

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

 a { background-color: rgb(188,145,175); }

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

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

 span { border-color: rgb(188,145,175); }

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