#BCB4BC

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

Shades of Lola #BCB4BC

Tints of Lola #BCB4BC

Color information

#BCB4BC (or 0xBCB4BC) is unknown color: approx Lola. HEX triplet: BC, B4 and BC. RGB value is (188,180,188). Sum of RGB (Red+Green+Blue) = 188+180+188=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4BC is #434B43. Grayscale: #B7B7B7. Windows color (decimal): -4410180 or 12367036. OLE color: 12367036.

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

Color convert

RGB188180188-
CMYK00.0400.26
HSL300º5.63%72.16%-
HSV(B)300º4.26%73.73%-
XYZ46.1446.9654.21-
YUV183.3130.65131.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=33.81%
G=32.37%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818018800.0400.263005.6372.16
HexBCB4BC0401A12c648
Octal274264274040324546110
Binary10111100101101001011110001000110101001011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4BC; }

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

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

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

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

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

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

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

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