#BCB4BE

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

Shades of Lola #BCB4BE

Tints of Lola #BCB4BE

Color information

#BCB4BE (or 0xBCB4BE) is unknown color: approx Lola. HEX triplet: BC, B4 and BE. RGB value is (188,180,190). Sum of RGB (Red+Green+Blue) = 188+180+190=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4BE is #434B41. Grayscale: #B7B7B7. Windows color (decimal): -4410178 or 12498108. OLE color: 12498108.

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

Color convert

RGB188180190-
CMYK0.010.0500.25
HSL288º7.14%72.55%-
HSV(B)288º5.26%74.51%-
XYZ46.3547.0555.35-
YUV183.53131.65131.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=33.69%
G=32.26%
B=34.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881801900.010.0500.252887.1472.55
HexBCB4BE15019120749
Octal274264276150314407111
Binary10111100101101001011111011010110011001000001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4BE; }

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

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

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

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

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

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

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

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