#BCA9C3

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

Shades of Lola #BCA9C3

Tints of Lola #BCA9C3

Color information

#BCA9C3 (or 0xBCA9C3) is unknown color: approx Lola. HEX triplet: BC, A9 and C3. RGB value is (188,169,195). Sum of RGB (Red+Green+Blue) = 188+169+195=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCA9C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9C3 is #43563C. Grayscale: #B1B1B1. Windows color (decimal): -4412989 or 12822972. OLE color: 12822972.

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

Color convert

RGB188169195-
CMYK0.040.1300.24
HSL283.85º17.81%71.37%-
HSV(B)283.85º13.33%76.47%-
XYZ44.7843.0157.57-
YUV177.64137.79135.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 169 (66.41% from 255) = 30.62%
BLUE value IS 195 (76.56% from 255) = 35.33%
R=34.06%
G=30.62%
B=35.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881691950.040.1300.24283.8517.8171.37
HexBCA9C34D01811c1247
Octal27425130341503043422107
Binary1011110010101001110000111001101011000100011100100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9C3; }

 p { color: rgb(188,169,195); }

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

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

 a { background-color: rgb(188,169,195); }

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

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

 span { border-color: rgb(188,169,195); }

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