#BEC8BF

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

Shades of Paris White #BEC8BF

Tints of Paris White #BEC8BF

Color information

#BEC8BF (or 0xBEC8BF) is unknown color: approx Paris White. HEX triplet: BE, C8 and BF. RGB value is (190,200,191). Sum of RGB (Red+Green+Blue) = 190+200+191=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8BF is #413740. Grayscale: #C4C4C4. Windows color (decimal): -4273985 or 12568766. OLE color: 12568766.

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

Color convert

RGB190200191-
CMYK0.0500.040.22
HSL126º8.33%76.47%-
HSV(B)126º5%78.43%-
XYZ51.2956.0257.4-
YUV195.98125.19123.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 200 (78.52% from 255) = 34.42%
BLUE value IS 191 (75% from 255) = 32.87%
R=32.70%
G=34.42%
B=32.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001910.0500.040.221268.3376.47
HexBEC8BF504167e84c
Octal2763102775042617610114
Binary101111101100100010111111101010010110111111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8BF; }

 p { color: rgb(190,200,191); }

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

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

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

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

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

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

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