#BCAAC1

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

Shades of Lola #BCAAC1

Tints of Lola #BCAAC1

Color information

#BCAAC1 (or 0xBCAAC1) is unknown color: approx Lola. HEX triplet: BC, AA and C1. RGB value is (188,170,193). Sum of RGB (Red+Green+Blue) = 188+170+193=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCAAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAC1 is #43553E. Grayscale: #B1B1B1. Windows color (decimal): -4412735 or 12692156. OLE color: 12692156.

HSL color Cylindrical-coordinate representation of color #BCAAC1: hue angle of 286.96º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCAAC1 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188170193-
CMYK0.030.1200.24
HSL286.96º15.65%71.18%-
HSV(B)286.96º11.92%75.69%-
XYZ44.7443.2956.45-
YUV178136.46135.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=34.12%
G=30.85%
B=35.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881701930.030.1200.24286.9615.6571.18
HexBCAAC13C01811f1047
Octal27425230131403043720107
Binary101111001010101011000001111100011000100011111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAC1; }

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

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

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

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

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

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

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

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