#BCA1BD

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

Shades of Lola #BCA1BD

Tints of Lola #BCA1BD

Color information

#BCA1BD (or 0xBCA1BD) is unknown color: approx Lola. HEX triplet: BC, A1 and BD. RGB value is (188,161,189). Sum of RGB (Red+Green+Blue) = 188+161+189=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1BD is #435E42. Grayscale: #ACACAC. Windows color (decimal): -4415043 or 12427708. OLE color: 12427708.

HSL color Cylindrical-coordinate representation of color #BCA1BD: hue angle of 297.86º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA1BD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188161189-
CMYK0.010.1500.26
HSL297.86º17.5%68.63%-
HSV(B)297.86º14.81%74.12%-
XYZ42.6739.8653.59-
YUV172.26137.45139.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=34.94%
G=29.93%
B=35.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881611890.010.1500.26297.8617.568.63
HexBCA1BD1F01A12a1145
Octal27424127511703245221105
Binary10111100101000011011110111111011010100101010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1BD; }

 p { color: rgb(188,161,189); }

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

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

 a { background-color: rgb(188,161,189); }

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

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

 span { border-color: rgb(188,161,189); }

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