#BCA7B3

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

Shades of Lily #BCA7B3

Tints of Lily #BCA7B3

Color information

#BCA7B3 (or 0xBCA7B3) is unknown color: approx Lily. HEX triplet: BC, A7 and B3. RGB value is (188,167,179). Sum of RGB (Red+Green+Blue) = 188+167+179=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA7B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7B3 is #43584C. Grayscale: #AEAEAE. Windows color (decimal): -4413517 or 11773884. OLE color: 11773884.

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

Color convert

RGB188167179-
CMYK00.110.050.26
HSL325.71º13.55%69.61%-
HSV(B)325.71º11.17%73.73%-
XYZ42.6941.5848.42-
YUV174.65130.46137.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 167 (65.62% from 255) = 31.27%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=35.21%
G=31.27%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816717900.110.050.26325.7113.5569.61
HexBCA7B30B51A146e46
Octal27424726301353250616106
Binary101111001010011110110011010111011101010100011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7B3; }

 p { color: rgb(188,167,179); }

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

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

 a { background-color: rgb(188,167,179); }

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

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

 span { border-color: rgb(188,167,179); }

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