#BCAAB4

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

Shades of Lily #BCAAB4

Tints of Lily #BCAAB4

Color information

#BCAAB4 (or 0xBCAAB4) is unknown color: approx Lily. HEX triplet: BC, AA and B4. RGB value is (188,170,180). Sum of RGB (Red+Green+Blue) = 188+170+180=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAB4 is #43554B. Grayscale: #B0B0B0. Windows color (decimal): -4412748 or 11840188. OLE color: 11840188.

HSL color Cylindrical-coordinate representation of color #BCAAB4: hue angle of 326.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAAB4 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB188170180-
CMYK00.100.040.26
HSL326.67º11.84%70.2%-
HSV(B)326.67º9.57%73.73%-
XYZ43.3542.7449.14-
YUV176.52129.96136.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=34.94%
G=31.60%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817018000.100.040.26326.6711.8470.2
HexBCAAB40A41A147c46
Octal27425226401243250714106
Binary101111001010101010110100010101001101010100011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAB4; }

 p { color: rgb(188,170,180); }

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

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

 a { background-color: rgb(188,170,180); }

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

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

 span { border-color: rgb(188,170,180); }

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