#BCABC2

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

Shades of Lola #BCABC2

Tints of Lola #BCABC2

Color information

#BCABC2 (or 0xBCABC2) is unknown color: approx Lola. HEX triplet: BC, AB and C2. RGB value is (188,171,194). Sum of RGB (Red+Green+Blue) = 188+171+194=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC2 is #43543D. Grayscale: #B2B2B2. Windows color (decimal): -4412478 or 12757948. OLE color: 12757948.

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

Color convert

RGB188171194-
CMYK0.030.1200.24
HSL284.35º15.86%71.57%-
HSV(B)284.35º11.86%76.08%-
XYZ45.0443.7157.1-
YUV178.7136.63134.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 194 (76.17% from 255) = 35.08%
R=34.00%
G=30.92%
B=35.08%

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
Decimal1881711940.030.1200.24284.3515.8671.57
HexBCABC23C01811c1048
Octal27425330231403043420110
Binary101111001010101111000010111100011000100011100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABC2; }

 p { color: rgb(188,171,194); }

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

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

 a { background-color: rgb(188,171,194); }

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

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

 span { border-color: rgb(188,171,194); }

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