#BCBEBC

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

Shades of Paris White #BCBEBC

Tints of Paris White #BCBEBC

Color information

#BCBEBC (or 0xBCBEBC) is unknown color: approx Paris White. HEX triplet: BC, BE and BC. RGB value is (188,190,188). Sum of RGB (Red+Green+Blue) = 188+190+188=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEBC is #434143. Grayscale: #BDBDBD. Windows color (decimal): -4407620 or 12369596. OLE color: 12369596.

HSL color Cylindrical-coordinate representation of color #BCBEBC: 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.01%. Process color model (Four color, CMYK) of #BCBEBC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB188190188-
CMYK0.0100.010.25
HSL120º1.52%74.12%-
HSV(B)120º1.05%74.51%-
XYZ48.2351.1554.91-
YUV189.17127.34127.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 188 (73.83% from 255) = 33.22%
R=33.22%
G=33.57%
B=33.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901880.0100.010.251201.5274.12
HexBCBEBC101197824a
Octal274276274101311702112
Binary101111001011111010111100101110011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEBC; }

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

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

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

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

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

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

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

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