#BEC0BE

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

Shades of Paris White #BEC0BE

Tints of Paris White #BEC0BE

Color information

#BEC0BE (or 0xBEC0BE) is unknown color: approx Paris White. HEX triplet: BE, C0 and BE. RGB value is (190,192,190). Sum of RGB (Red+Green+Blue) = 190+192+190=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0BE is #413F41. Grayscale: #BFBFBF. Windows color (decimal): -4276034 or 12501182. OLE color: 12501182.

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

Color convert

RGB190192190-
CMYK0.0100.010.25
HSL120º1.56%74.9%-
HSV(B)120º1.04%75.29%-
XYZ49.3852.3656.22-
YUV191.17127.34127.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 190 (74.61% 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
Decimal1901921900.0100.010.251201.5674.9
HexBEC0BE101197824b
Octal276300276101311702113
Binary101111101100000010111110101110011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0BE; }

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

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

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

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

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

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

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

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