#BCA6BE

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

Shades of Lola #BCA6BE

Tints of Lola #BCA6BE

Color information

#BCA6BE (or 0xBCA6BE) is unknown color: approx Lola. HEX triplet: BC, A6 and BE. RGB value is (188,166,190). Sum of RGB (Red+Green+Blue) = 188+166+190=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6BE is #435941. Grayscale: #AFAFAF. Windows color (decimal): -4413762 or 12494524. OLE color: 12494524.

HSL color Cylindrical-coordinate representation of color #BCA6BE: hue angle of 295º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCA6BE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188166190-
CMYK0.010.1300.25
HSL295º15.58%69.8%-
HSV(B)295º12.63%74.51%-
XYZ43.6741.6854.46-
YUV175.31136.29137.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=34.56%
G=30.51%
B=34.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881661900.010.1300.2529515.5869.8
HexBCA6BE1D0191271046
Octal27424627611503144720106
Binary10111100101001101011111011101011001100100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6BE; }

 p { color: rgb(188,166,190); }

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

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

 a { background-color: rgb(188,166,190); }

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

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

 span { border-color: rgb(188,166,190); }

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