#BEC3BE

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

Shades of Paris White #BEC3BE

Tints of Paris White #BEC3BE

Color information

#BEC3BE (or 0xBEC3BE) is unknown color: approx Paris White. HEX triplet: BE, C3 and BE. RGB value is (190,195,190). Sum of RGB (Red+Green+Blue) = 190+195+190=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3BE is #413C41. Grayscale: #C0C0C0. Windows color (decimal): -4275266 or 12501950. OLE color: 12501950.

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

Color convert

RGB190195190-
CMYK0.0300.030.24
HSL120º4%75.49%-
HSV(B)120º2.56%76.47%-
XYZ50.0453.756.44-
YUV192.93126.34125.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 195 (76.56% from 255) = 33.91%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=33.04%
G=33.91%
B=33.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951900.0300.030.24120475.49
HexBEC3BE303187844b
Octal276303276303301704113
Binary101111101100001110111110110111100011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC3BE; }

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

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

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

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

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

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

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

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