#BCA0BD

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

Shades of Lola #BCA0BD

Tints of Lola #BCA0BD

Color information

#BCA0BD (or 0xBCA0BD) is unknown color: approx Lola. HEX triplet: BC, A0 and BD. RGB value is (188,160,189). Sum of RGB (Red+Green+Blue) = 188+160+189=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0BD is #435F42. Grayscale: #ABABAB. Windows color (decimal): -4415299 or 12427452. OLE color: 12427452.

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

Color convert

RGB188160189-
CMYK0.010.1500.26
HSL297.93º18.01%68.43%-
HSV(B)297.93º15.34%74.12%-
XYZ42.539.5153.53-
YUV171.68137.78139.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=35.01%
G=29.80%
B=35.20%

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
Decimal1881601890.010.1500.26297.9318.0168.43
HexBCA0BD1F01A12a1244
Octal27424027511703245222104
Binary10111100101000001011110111111011010100101010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0BD; }

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

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

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

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

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

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

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

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