#BCB6BD

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

Shades of Lola #BCB6BD

Tints of Lola #BCB6BD

Color information

#BCB6BD (or 0xBCB6BD) is unknown color: approx Lola. HEX triplet: BC, B6 and BD. RGB value is (188,182,189). Sum of RGB (Red+Green+Blue) = 188+182+189=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6BD is #434942. Grayscale: #B8B8B8. Windows color (decimal): -4409667 or 12433084. OLE color: 12433084.

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

Color convert

RGB188182189-
CMYK0.010.0400.26
HSL291.43º5.04%72.75%-
HSV(B)291.43º3.7%74.12%-
XYZ46.6547.8254.92-
YUV184.59130.49130.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 182 (71.48% from 255) = 32.56%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=33.63%
G=32.56%
B=33.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881821890.010.0400.26291.435.0472.75
HexBCB6BD1401A123549
Octal274266275140324435111
Binary10111100101101101011110111000110101001000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6BD; }

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

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

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

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

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

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

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

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