#BC90B0

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

Shades of Lily #BC90B0

Tints of Lily #BC90B0

Color information

#BC90B0 (or 0xBC90B0) is unknown color: approx Lily. HEX triplet: BC, 90 and B0. RGB value is (188,144,176). Sum of RGB (Red+Green+Blue) = 188+144+176=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC90B0 is #436F4F. Grayscale: #A0A0A0. Windows color (decimal): -4419408 or 11571388. OLE color: 11571388.

HSL color Cylindrical-coordinate representation of color #BC90B0: hue angle of 316.36º degrees, saturation: 0.25, 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 #BC90B0 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188144176-
CMYK00.230.060.26
HSL316.36º24.72%65.1%-
HSV(B)316.36º23.4%73.73%-
XYZ38.5533.7745.56-
YUV160.8136.58147.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 176 (69.14% from 255) = 34.65%
R=37.01%
G=28.35%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814417600.230.060.26316.3624.7265.1
HexBC90B001761A13c1941
Octal27422026002763247431101
Binary10111100100100001011000001011111011010100111100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90B0; }

 p { color: rgb(188,144,176); }

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

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

 a { background-color: rgb(188,144,176); }

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

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

 span { border-color: rgb(188,144,176); }

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