#BCBFBC

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

Shades of Paris White #BCBFBC

Tints of Paris White #BCBFBC

Color information

#BCBFBC (or 0xBCBFBC) is unknown color: approx Paris White. HEX triplet: BC, BF and BC. RGB value is (188,191,188). Sum of RGB (Red+Green+Blue) = 188+191+188=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFBC is #434043. Grayscale: #BDBDBD. Windows color (decimal): -4407364 or 12369852. OLE color: 12369852.

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

Color convert

RGB188191188-
CMYK0.0200.020.25
HSL120º2.29%74.31%-
HSV(B)120º1.57%74.9%-
XYZ48.4551.5854.98-
YUV189.76127.01126.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=33.16%
G=33.69%
B=33.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911880.0200.020.251202.2974.31
HexBCBFBC202197824a
Octal274277274202311702112
Binary10111100101111111011110010010110011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFBC; }

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

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

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

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

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

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

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

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