#BCB7BD

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

Shades of Lola #BCB7BD

Tints of Lola #BCB7BD

Color information

#BCB7BD (or 0xBCB7BD) is unknown color: approx Lola. HEX triplet: BC, B7 and BD. RGB value is (188,183,189). Sum of RGB (Red+Green+Blue) = 188+183+189=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7BD is #434842. Grayscale: #B9B9B9. Windows color (decimal): -4409411 or 12433340. OLE color: 12433340.

HSL color Cylindrical-coordinate representation of color #BCB7BD: hue angle of 290º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCB7BD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188183189-
CMYK0.010.0300.26
HSL290º4.35%72.94%-
HSV(B)290º3.17%74.12%-
XYZ46.8648.2354.98-
YUV185.18130.16130.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=33.57%
G=32.68%
B=33.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881831890.010.0300.262904.3572.94
HexBCB7BD1301A122449
Octal274267275130324424111
Binary1011110010110111101111011110110101001000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7BD; }

 p { color: rgb(188,183,189); }

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

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

 a { background-color: rgb(188,183,189); }

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

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

 span { border-color: rgb(188,183,189); }

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