#BCAAC3

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

Shades of Lola #BCAAC3

Tints of Lola #BCAAC3

Color information

#BCAAC3 (or 0xBCAAC3) is unknown color: approx Lola. HEX triplet: BC, AA and C3. RGB value is (188,170,195). Sum of RGB (Red+Green+Blue) = 188+170+195=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCAAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAC3 is #43553C. Grayscale: #B2B2B2. Windows color (decimal): -4412733 or 12823228. OLE color: 12823228.

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

Color convert

RGB188170195-
CMYK0.040.1300.24
HSL283.2º17.24%71.57%-
HSV(B)283.2º12.82%76.47%-
XYZ44.9643.3857.63-
YUV178.23137.46134.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 195 (76.56% from 255) = 35.26%
R=34.00%
G=30.74%
B=35.26%

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
Decimal1881701950.040.1300.24283.217.2471.57
HexBCAAC34D01811b1148
Octal27425230341503043321110
Binary1011110010101010110000111001101011000100011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAC3; }

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

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

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

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

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

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

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

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