Html Css Color HEX #BEC5BE Paris White

📋 copy color: '#BEC5BE'

red 190 ◦ green 197 ◦ blue 190

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

Shades of Paris White #BEC5BE

Tints of Paris White #BEC5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.14%

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

R = 32.93%
G = 34.14%
B = 32.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#BEC5BE (or 0xBEC5BE) is known color: Paris White. HEX triplet: BE, C5 and BE. RGB value is (190,197,190). Sum of RGB (Red+Green+Blue) = 190+197+190=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5BE is #413A41. Grayscale: #C2C2C2. Windows color (decimal): -4274754 or 12502462. OLE color: 12502462.

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

Color convert

RGB 190 197 190 -
CMYK 0.04 0 0.04 0.23
HSL 120º 0.06% 0.76% -
HSV(B) 120º 0.04% 0.77% -
XYZ 50.5 54.6 56.59 -
YUV 194.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 190 197 190 0.04 0 0.04 0.23 120 0.06 0.76
Hex BE C5 BE 4 0 4 17 78 6 4C
Octal 276 305 276 4 0 4 27 170 6 114
Binary 10111110 11000101 10111110 100 0 100 10111 1111000 110 1001100

Color Harmonies of #BEC5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5BE

Black with #BEC5BE

Text Example


Text Example

White with #BEC5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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