#BCA2B8

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

Shades of Lily #BCA2B8

Tints of Lily #BCA2B8

Color information

#BCA2B8 (or 0xBCA2B8) is unknown color: approx Lily. HEX triplet: BC, A2 and B8. RGB value is (188,162,184). Sum of RGB (Red+Green+Blue) = 188+162+184=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2B8 is #435D47. Grayscale: #ACACAC. Windows color (decimal): -4414792 or 12100284. OLE color: 12100284.

HSL color Cylindrical-coordinate representation of color #BCA2B8: hue angle of 309.23º 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 #BCA2B8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB188162184-
CMYK00.140.020.26
HSL309.23º16.25%68.63%-
HSV(B)309.23º13.83%73.73%-
XYZ42.3139.9950.84-
YUV172.28134.61139.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 162 (63.67% from 255) = 30.34%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=35.21%
G=30.34%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816218400.140.020.26309.2316.2568.63
HexBCA2B80E21A1351045
Octal27424227001623246520105
Binary101111001010001010111000011101011010100110101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2B8; }

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

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

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

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

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

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

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

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