Html Css Color HEX #BEC1BE Paris White

📋 copy color: '#BEC1BE'

red 190 ◦ green 193 ◦ blue 190

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

Shades of Paris White #BEC1BE

Tints of Paris White #BEC1BE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.68%

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

R = 33.16%
G = 33.68%
B = 33.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#BEC1BE (or 0xBEC1BE) is known color: Paris White. HEX triplet: BE, C1 and BE. RGB value is (190,193,190). Sum of RGB (Red+Green+Blue) = 190+193+190=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1BE is #413E41. Grayscale: #BFBFBF. Windows color (decimal): -4275778 or 12501438. OLE color: 12501438.

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

Color convert

RGB 190 193 190 -
CMYK 0.02 0 0.02 0.24
HSL 120º 0.02% 0.75% -
HSV(B) 120º 0.02% 0.76% -
XYZ 49.6 52.8 56.29 -
YUV 191.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 190 193 190 0.02 0 0.02 0.24 120 0.02 0.75
Hex BE C1 BE 2 0 2 18 78 2 4B
Octal 276 301 276 2 0 2 30 170 2 113
Binary 10111110 11000001 10111110 10 0 10 11000 1111000 10 1001011

Color Harmonies of #BEC1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1BE

Black with #BEC1BE

Text Example


Text Example

White with #BEC1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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