Html Css Color HEX #BEC0BE Paris White

📋 copy color: '#BEC0BE'

red 190 ◦ green 192 ◦ blue 190

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

Shades of Paris White #BEC0BE

Tints of Paris White #BEC0BE

RGB

 RED value IS 190 (74.61% from 255) = 33.22%

 GREEN value IS 192 (75.39% from 255) = 33.57%

 BLUE value IS 190 (74.61% from 255) = 33.22%

R = 33.22%
G = 33.57%
B = 33.22%

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

#BEC0BE (or 0xBEC0BE) is known color: Paris White. HEX triplet: BE, C0 and BE. RGB value is (190,192,190). Sum of RGB (Red+Green+Blue) = 190+192+190=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0BE is #413F41. Grayscale: #BFBFBF. Windows color (decimal): -4276034 or 12501182. OLE color: 12501182.

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

Color convert

RGB 190 192 190 -
CMYK 0.01 0 0.01 0.25
HSL 120º 0.02% 0.75% -
HSV(B) 120º 0.01% 0.75% -
XYZ 49.38 52.36 56.22 -
YUV 191.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 190 192 190 0.01 0 0.01 0.25 120 0.02 0.75
Hex BE C0 BE 1 0 1 19 78 2 4B
Octal 276 300 276 1 0 1 31 170 2 113
Binary 10111110 11000000 10111110 1 0 1 11001 1111000 10 1001011

Color Harmonies of #BEC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0BE

Black with #BEC0BE

Text Example


Text Example

White with #BEC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0BE; }

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

 H1.HeaderClassName
 {
   color: #BEC0BE;
 }
 .AnyTagClassName
 {
   color: #BEC0BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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