#BCA2B7

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

Shades of Lily #BCA2B7

Tints of Lily #BCA2B7

Color information

#BCA2B7 (or 0xBCA2B7) is unknown color: approx Lily. HEX triplet: BC, A2 and B7. RGB value is (188,162,183). Sum of RGB (Red+Green+Blue) = 188+162+183=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2B7 is #435D48. Grayscale: #ACACAC. Windows color (decimal): -4414793 or 12034748. OLE color: 12034748.

HSL color Cylindrical-coordinate representation of color #BCA2B7: hue angle of 311.54º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA2B7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188162183-
CMYK00.140.030.26
HSL311.54º16.25%68.63%-
HSV(B)311.54º13.83%73.73%-
XYZ42.2139.9550.29-
YUV172.17134.11139.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 183 (71.88% from 255) = 34.33%
R=35.27%
G=30.39%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816218300.140.030.26311.5416.2568.63
HexBCA2B70E31A1381045
Octal27424226701633247020105
Binary101111001010001010110111011101111010100111000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2B7; }

 p { color: rgb(188,162,183); }

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

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

 a { background-color: rgb(188,162,183); }

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

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

 span { border-color: rgb(188,162,183); }

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