#BEC1BE

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

Shades of Paris White #BEC1BE

Tints of Paris White #BEC1BE

Color information

#BEC1BE (or 0xBEC1BE) is unknown color: approx Paris White. HEX triplet: BE, C1 and BE. RGB value is (190,193,190). Sum of RGB (Red+Green+Blue) = 190+193+190=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1BE is #413E41. Grayscale: #BFBFBF. Windows color (decimal): -4275778 or 12501438. OLE color: 12501438.

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

Color convert

RGB190193190-
CMYK0.0200.020.24
HSL120º2.36%75.1%-
HSV(B)120º1.55%75.69%-
XYZ49.652.856.29-
YUV191.76127.01126.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 193 (75.78% from 255) = 33.68%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=33.16%
G=33.68%
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.24
SystemRedGreenBlueCMYKHSL
Decimal1901931900.0200.020.241202.3675.1
HexBEC1BE202187824b
Octal276301276202301702113
Binary10111110110000011011111010010110001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC1BE; }

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

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

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

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

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

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

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

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