#BCB4BD

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

Shades of Lola #BCB4BD

Tints of Lola #BCB4BD

Color information

#BCB4BD (or 0xBCB4BD) is unknown color: approx Lola. HEX triplet: BC, B4 and BD. RGB value is (188,180,189). Sum of RGB (Red+Green+Blue) = 188+180+189=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4BD is #434B42. Grayscale: #B7B7B7. Windows color (decimal): -4410179 or 12432572. OLE color: 12432572.

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

Color convert

RGB188180189-
CMYK0.010.0500.26
HSL293.33º6.38%72.35%-
HSV(B)293.33º4.76%74.12%-
XYZ46.2547.0154.78-
YUV183.42131.15131.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=33.75%
G=32.32%
B=33.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881801890.010.0500.26293.336.3872.35
HexBCB4BD1501A125648
Octal274264275150324456110
Binary10111100101101001011110111010110101001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4BD; }

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

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

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

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

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

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

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

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