#BCADC2

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

Shades of Lola #BCADC2

Tints of Lola #BCADC2

Color information

#BCADC2 (or 0xBCADC2) is unknown color: approx Lola. HEX triplet: BC, AD and C2. RGB value is (188,173,194). Sum of RGB (Red+Green+Blue) = 188+173+194=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC2 is #43523D. Grayscale: #B3B3B3. Windows color (decimal): -4411966 or 12758460. OLE color: 12758460.

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

Color convert

RGB188173194-
CMYK0.030.1100.24
HSL282.86º14.69%71.96%-
HSV(B)282.86º10.82%76.08%-
XYZ45.4244.4757.23-
YUV179.88135.97133.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=33.87%
G=31.17%
B=34.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881731940.030.1100.24282.8614.6971.96
HexBCADC23B01811bf48
Octal27425530231303043317110
Binary10111100101011011100001011101101100010001101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADC2; }

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

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

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

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

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

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

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

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