#BEC6BE

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

Shades of Paris White #BEC6BE

Tints of Paris White #BEC6BE

Color information

#BEC6BE (or 0xBEC6BE) is unknown color: approx Paris White. HEX triplet: BE, C6 and BE. RGB value is (190,198,190). Sum of RGB (Red+Green+Blue) = 190+198+190=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6BE is #413941. Grayscale: #C2C2C2. Windows color (decimal): -4274498 or 12502718. OLE color: 12502718.

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

Color convert

RGB190198190-
CMYK0.0400.040.22
HSL120º6.56%76.08%-
HSV(B)120º4.04%77.65%-
XYZ50.7255.0556.67-
YUV194.7125.35124.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 198 (77.73% from 255) = 34.26%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=32.87%
G=34.26%
B=32.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981900.0400.040.221206.5676.08
HexBEC6BE404167874c
Octal276306276404261707114
Binary10111110110001101011111010001001011011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC6BE; }

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

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

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

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

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

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

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

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