#BCADC1

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

Shades of Lola #BCADC1

Tints of Lola #BCADC1

Color information

#BCADC1 (or 0xBCADC1) is unknown color: approx Lola. HEX triplet: BC, AD and C1. RGB value is (188,173,193). Sum of RGB (Red+Green+Blue) = 188+173+193=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC1 is #43523E. Grayscale: #B3B3B3. Windows color (decimal): -4411967 or 12692924. OLE color: 12692924.

HSL color Cylindrical-coordinate representation of color #BCADC1: hue angle of 285º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCADC1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188173193-
CMYK0.030.1000.24
HSL285º13.89%71.76%-
HSV(B)285º10.36%75.69%-
XYZ45.3144.4356.64-
YUV179.76135.47133.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=33.94%
G=31.23%
B=34.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881731930.030.1000.2428513.8971.76
HexBCADC13A01811de48
Octal27425530131203043516110
Binary10111100101011011100000111101001100010001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADC1; }

 p { color: rgb(188,173,193); }

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

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

 a { background-color: rgb(188,173,193); }

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

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

 span { border-color: rgb(188,173,193); }

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