#BEBFBE

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

Shades of Paris White #BEBFBE

Tints of Paris White #BEBFBE

Color information

#BEBFBE (or 0xBEBFBE) is unknown color: approx Paris White. HEX triplet: BE, BF and BE. RGB value is (190,191,190). Sum of RGB (Red+Green+Blue) = 190+191+190=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFBE is #414041. Grayscale: #BEBEBE. Windows color (decimal): -4276290 or 12500926. OLE color: 12500926.

HSL color Cylindrical-coordinate representation of color #BEBFBE: hue angle of 120º degrees, saturation: 0.01, 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 #BEBFBE is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB190191190-
CMYK0.0100.010.25
HSL120º0.78%74.71%-
HSV(B)120º0.52%74.9%-
XYZ49.1651.9356.15-
YUV190.59127.67127.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=33.27%
G=33.45%
B=33.27%

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
Decimal1901911900.0100.010.251200.7874.71
HexBEBFBE101197814b
Octal276277276101311701113
Binary10111110101111111011111010111001111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFBE; }

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

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

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

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

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

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

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

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