Html Css Color HEX #BEC2BE Paris White

📋 copy color: '#BEC2BE'

red 190 ◦ green 194 ◦ blue 190

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

Shades of Paris White #BEC2BE

Tints of Paris White #BEC2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.8%

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

R = 33.1%
G = 33.8%
B = 33.1%

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

#BEC2BE (or 0xBEC2BE) is known color: Paris White. HEX triplet: BE, C2 and BE. RGB value is (190,194,190). Sum of RGB (Red+Green+Blue) = 190+194+190=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2BE is #413D41. Grayscale: #C0C0C0. Windows color (decimal): -4275522 or 12501694. OLE color: 12501694.

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

Color convert

RGB 190 194 190 -
CMYK 0.02 0 0.02 0.24
HSL 120º 0.03% 0.75% -
HSV(B) 120º 0.02% 0.76% -
XYZ 49.82 53.25 56.37 -
YUV 192.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 190 194 190 0.02 0 0.02 0.24 120 0.03 0.75
Hex BE C2 BE 2 0 2 18 78 3 4B
Octal 276 302 276 2 0 2 30 170 3 113
Binary 10111110 11000010 10111110 10 0 10 11000 1111000 11 1001011

Color Harmonies of #BEC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2BE

Black with #BEC2BE

Text Example


Text Example

White with #BEC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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