Html Css Color HEX #BEC6BE Paris White

📋 copy color: '#BEC6BE'

red 190 ◦ green 198 ◦ blue 190

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

Shades of Paris White #BEC6BE

Tints of Paris White #BEC6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.26%

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

R = 32.87%
G = 34.26%
B = 32.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#BEC6BE (or 0xBEC6BE) is known color: Paris White. HEX triplet: BE, C6 and BE. RGB value is (190,198,190). Sum of RGB (Red+Green+Blue) = 190+198+190=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6BE is #413941. Grayscale: #C2C2C2. Windows color (decimal): -4274498 or 12502718. OLE color: 12502718.

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

Color convert

RGB 190 198 190 -
CMYK 0.04 0 0.04 0.22
HSL 120º 0.07% 0.76% -
HSV(B) 120º 0.04% 0.78% -
XYZ 50.72 55.05 56.67 -
YUV 194.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 190 198 190 0.04 0 0.04 0.22 120 0.07 0.76
Hex BE C6 BE 4 0 4 16 78 7 4C
Octal 276 306 276 4 0 4 26 170 7 114
Binary 10111110 11000110 10111110 100 0 100 10110 1111000 111 1001100

Color Harmonies of #BEC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6BE

Black with #BEC6BE

Text Example


Text Example

White with #BEC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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