#BC9CAA

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

Shades of Lily #BC9CAA

Tints of Lily #BC9CAA

Color information

#BC9CAA (or 0xBC9CAA) is unknown color: approx Lily. HEX triplet: BC, 9C and AA. RGB value is (188,156,170). Sum of RGB (Red+Green+Blue) = 188+156+170=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9CAA is #436355. Grayscale: #A7A7A7. Windows color (decimal): -4416342 or 11181244. OLE color: 11181244.

HSL color Cylindrical-coordinate representation of color #BC9CAA: hue angle of 333.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BC9CAA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188156170-
CMYK00.170.100.26
HSL333.75º19.28%67.45%-
HSV(B)333.75º17.02%73.73%-
XYZ39.8837.3743.14-
YUV167.16129.6142.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 170 (66.80% from 255) = 33.07%
R=36.58%
G=30.35%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815617000.170.100.26333.7519.2867.45
HexBC9CAA011A1A14e1343
Octal274234252021123251623103
Binary101111001001110010101010010001101011010101001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CAA; }

 p { color: rgb(188,156,170); }

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

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

 a { background-color: rgb(188,156,170); }

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

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

 span { border-color: rgb(188,156,170); }

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