#BCA0C4

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

Shades of Lola #BCA0C4

Tints of Lola #BCA0C4

Color information

#BCA0C4 (or 0xBCA0C4) is unknown color: approx Lola. HEX triplet: BC, A0 and C4. RGB value is (188,160,196). Sum of RGB (Red+Green+Blue) = 188+160+196=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCA0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0C4 is #435F3B. Grayscale: #ACACAC. Windows color (decimal): -4415292 or 12886204. OLE color: 12886204.

HSL color Cylindrical-coordinate representation of color #BCA0C4: hue angle of 286.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCA0C4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188160196-
CMYK0.040.1800.23
HSL286.67º23.38%69.8%-
HSV(B)286.67º18.37%76.86%-
XYZ43.2739.8257.63-
YUV172.48141.28139.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 160 (62.89% from 255) = 29.41%
BLUE value IS 196 (76.95% from 255) = 36.03%
R=34.56%
G=29.41%
B=36.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881601960.040.1800.23286.6723.3869.8
HexBCA0C441201711f1746
Octal27424030442202743727106
Binary10111100101000001100010010010010010111100011111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0C4; }

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

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

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

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

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

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

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

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