Html Css Color HEX #BEBFBE Paris White

📋 copy color: '#BEBFBE'

red 190 ◦ green 191 ◦ blue 190

#BEBFBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris White #BEBFBE

Tints of Paris White #BEBFBE

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 value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BEBFBE (or 0xBEBFBE) is known color: 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

RGB 190 191 190 -
CMYK 0.01 0 0.01 0.25
HSL 120º 0.01% 0.75% -
HSV(B) 120º 0.01% 0.75% -
XYZ 49.16 51.93 56.15 -
YUV 190.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 190 191 190 0.01 0 0.01 0.25 120 0.01 0.75
Hex BE BF BE 1 0 1 19 78 1 4B
Octal 276 277 276 1 0 1 31 170 1 113
Binary 10111110 10111111 10111110 1 0 1 11001 1111000 1 1001011

Color Harmonies of #BEBFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBFBE

Black with #BEBFBE

Text Example


Text Example

White with #BEBFBE

Text Example


Text Example

HTML Codes & Css Web 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>