#BCA4B8

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

Shades of Lily #BCA4B8

Tints of Lily #BCA4B8

Color information

#BCA4B8 (or 0xBCA4B8) is unknown color: approx Lily. HEX triplet: BC, A4 and B8. RGB value is (188,164,184). Sum of RGB (Red+Green+Blue) = 188+164+184=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4B8 is #435B47. Grayscale: #ADADAD. Windows color (decimal): -4414280 or 12100796. OLE color: 12100796.

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

Color convert

RGB188164184-
CMYK00.130.020.26
HSL310º15.19%69.02%-
HSV(B)310º12.77%73.73%-
XYZ42.6740.750.96-
YUV173.46133.95138.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 184 (72.27% from 255) = 34.33%
R=35.07%
G=30.60%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816418400.130.020.2631015.1969.02
HexBCA4B80D21A136f45
Octal27424427001523246617105
Binary10111100101001001011100001101101101010011011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4B8; }

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

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

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

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

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

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

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

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