#BCAAB3

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

Shades of Lily #BCAAB3

Tints of Lily #BCAAB3

Color information

#BCAAB3 (or 0xBCAAB3) is unknown color: approx Lily. HEX triplet: BC, AA and B3. RGB value is (188,170,179). Sum of RGB (Red+Green+Blue) = 188+170+179=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAB3 is #43554C. Grayscale: #B0B0B0. Windows color (decimal): -4412749 or 11774652. OLE color: 11774652.

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

Color convert

RGB188170179-
CMYK00.100.050.26
HSL330º11.84%70.2%-
HSV(B)330º9.57%73.73%-
XYZ43.2542.748.61-
YUV176.41129.46136.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=35.01%
G=31.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817017900.100.050.2633011.8470.2
HexBCAAB30A51A14ac46
Octal27425226301253251214106
Binary101111001010101010110011010101011101010100101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAB3; }

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

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

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

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

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

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

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

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