#BCADBF

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

Shades of Lola #BCADBF

Tints of Lola #BCADBF

Color information

#BCADBF (or 0xBCADBF) is unknown color: approx Lola. HEX triplet: BC, AD and BF. RGB value is (188,173,191). Sum of RGB (Red+Green+Blue) = 188+173+191=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADBF is #435240. Grayscale: #B3B3B3. Windows color (decimal): -4411969 or 12561852. OLE color: 12561852.

HSL color Cylindrical-coordinate representation of color #BCADBF: hue angle of 290º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCADBF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188173191-
CMYK0.020.0900.25
HSL290º12.33%71.37%-
HSV(B)290º9.42%74.9%-
XYZ45.0944.3455.47-
YUV179.54134.47134.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 191 (75% from 255) = 34.60%
R=34.06%
G=31.34%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881731910.020.0900.2529012.3371.37
HexBCADBF29019122c47
Octal27425527721103144214107
Binary10111100101011011011111110100101100110010001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADBF; }

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

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

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

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

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

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

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

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