#BCAAB1

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

Shades of Lily #BCAAB1

Tints of Lily #BCAAB1

Color information

#BCAAB1 (or 0xBCAAB1) is unknown color: approx Lily. HEX triplet: BC, AA and B1. RGB value is (188,170,177). Sum of RGB (Red+Green+Blue) = 188+170+177=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAB1 is #43554E. Grayscale: #B0B0B0. Windows color (decimal): -4412751 or 11643580. OLE color: 11643580.

HSL color Cylindrical-coordinate representation of color #BCAAB1: hue angle of 336.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 #BCAAB1 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188170177-
CMYK00.100.060.26
HSL336.67º11.84%70.2%-
HSV(B)336.67º9.57%73.73%-
XYZ43.0542.6247.55-
YUV176.18128.46136.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=35.14%
G=31.78%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817017700.100.060.26336.6711.8470.2
HexBCAAB10A61A151c46
Octal27425226101263252114106
Binary101111001010101010110001010101101101010101000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAB1; }

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

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

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

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

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

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

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

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