#BC92AB

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

Shades of Lily #BC92AB

Tints of Lily #BC92AB

Color information

#BC92AB (or 0xBC92AB) is unknown color: approx Lily. HEX triplet: BC, 92 and AB. RGB value is (188,146,171). Sum of RGB (Red+Green+Blue) = 188+146+171=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92AB is #436D54. Grayscale: #A1A1A1. Windows color (decimal): -4418901 or 11244220. OLE color: 11244220.

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

Color convert

RGB188146171-
CMYK00.220.090.26
HSL324.29º23.86%65.49%-
HSV(B)324.29º22.34%73.73%-
XYZ38.3734.1943.11-
YUV161.41133.41146.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=37.23%
G=28.91%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814617100.220.090.26324.2923.8665.49
HexBC92AB01691A1441841
Octal274222253026113250430101
Binary101111001001001010101011010110100111010101000100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92AB; }

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

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

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

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

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

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

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

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